Kazan v0.4.0 Kazan.Models.Api.V1.SELinuxOptions View Source
SELinuxOptions are the labels to be applied to the container
OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.SELinuxOptions
Properties
level
::String
- Level is SELinux level label that applies to the container.
role
::String
- Role is a SELinux role label that applies to the container.
type
::String
- Type is a SELinux type label that applies to the container.
user
::String
- User is a SELinux user label that applies to the container.