# Constants
Annotations carries the received Kubelet annotations.
ContainerID is the container ID annotation.
ContainerName is the container name annotation.
ContainerType is the container type (sandbox or container) annotation.
ContainerTypeContainer represents a container running within a pod.
ContainerTypeSandbox represents a pod sandbox container.
Created is the container creation time annotation.
HostName is the container host name annotation.
HostnamePath is the path to /etc/hostname to bind mount annotation.
Image is the container image ID annotation.
ImageName is the container image name annotation.
ImageRef is the container image ref annotation.
IP is the container ipv4 or ipv6 address.
KubeName is the kubernetes name annotation.
Labels are the kubernetes labels annotation.
LogPath is the container logging path annotation.
Metadata is the container metadata annotation.
MountPoint is the mount point of the container rootfs.
Name is the pod name annotation.
PrivilegedRuntime is the annotation for the privileged runtime path.
ResolvPath is the resolver configuration path annotation.
SandboxID is the sandbox ID annotation.
SandboxName is the sandbox name annotation.
ShmPath is the shared memory path annotation.
Stdin is the stdin annotation.
StdinOnce is the stdin_once annotation.
TrustedSandbox is the annotation for trusted sandboxes.
TTY is the terminal path annotation.
Volumes is the volumes annotation.