INPUT_OBJECT

KubernetesKindStatefulSetSpecTemplateSpecSecurityContextSeLinuxOptionsInput

The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.

link GraphQL Schema definition

  • input KubernetesKindStatefulSetSpecTemplateSpecSecurityContextSeLinuxOptionsInput {
  • # Level is SELinux level label that applies to the container.
  • level: String
  • # Role is a SELinux role label that applies to the container.
  • role: String
  • # Type is a SELinux type label that applies to the container.
  • type: String
  • # User is a SELinux user label that applies to the container.
  • user: String
  • }