kubernetes v1.32
JobSpec.template.spec.securityContext.seLinuxOptions
SELinuxOptions are the labels to be applied to the container
| Field / Type | Description |
|---|---|
level | Level is SELinux level label that applies to the container. |
role | Role is a SELinux role label that applies to the container. |
type | Type is a SELinux type label that applies to the container. |
user | User is a SELinux user label that applies to the container. |