Documentation
¶
Index ¶
Constants ¶
View Source
const ( //CRI-O CRIO_CONTAINER_TYPE = "io.kubernetes.cri-o.ContainerType" CRIO_IMAGE_NAME = "io.kubernetes.cri-o.ImageName" CRIO_SANDBOX_NAMESPACE = "io.kubernetes.pod.namespace" CRIO_SANDBOX_NAME = "io.kubernetes.pod.name" CRIO_CONTAINER_NAME = "io.kubernetes.container.name" CRIO_SANDBOX_ID = "io.kubernetes.cri-o.SandboxID" CRIO_LOG_DIRECTORY = "io.kubernetes.cri-o.LogPath" // CRI CONTAINER_TYPE = "io.kubernetes.cri.container-type" SANDBOX_ID = "io.kubernetes.cri.sandbox-id" SANDBOX_NAME = "io.kubernetes.cri.sandbox-name" SANDBOX_NAMESPACE = "io.kubernetes.cri.sandbox-namespace" SANDBOX_UID = "io.kubernetes.cri.sandbox-uid" LOG_DIRECTORY = "io.kubernetes.cri.sandbox-log-directory" // Kube container only annotation keys CONTAINER_NAME = "io.kubernetes.cri.container-name" IMAGE_NAME = "io.kubernetes.cri.image-name" )
Kube default sandbox annotation keys
View Source
const CONTAINER_TYPE_CONTAINER = "container"
View Source
const CONTAINER_TYPE_SANDBOX = "sandbox"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.