Kazan v0.11.0 Kazan.Apis.Core.V1.SELinuxOptions View Source

SELinuxOptions are the labels to be applied to the container

OpenAPI Definition: io.k8s.api.core.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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.SELinuxOptions{
  level: String.t(),
  role: String.t(),
  type: String.t(),
  user: String.t()
}