package
1.9.3
Repository: https://github.com/containers/libpod.git
Documentation: pkg.go.dev

# Constants

Annotations carries the received Kubelet annotations.
CgroupParent is the sandbox cgroup parent.
CNIResult is the JSON string representation of the Result from CNI.
ContainerID is the container ID annotation.
ContainerManager is the annotation key for indicating the creator and manager of the container.
ContainerManagerLibpod indicates that libpod created and manages the container.
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.
HostNetwork indicates whether the host network namespace is used or not.
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.
Namespace is the pod namespace annotation.
NamespaceOptions store the options for namespaces.
PortMappings holds the port mappings for the sandbox.
PrivilegedRuntime is the annotation for the privileged runtime path.
ResolvPath is the resolver configuration path annotation.
RuntimeHandler is the annotation for runtime handler.
SandboxID is the sandbox ID annotation.
SandboxName is the sandbox name annotation.
SeccompProfilePath is the node seccomp profile path.
ShmPath is the shared memory path annotation.
Stdin is the stdin annotation.
StdinOnce is the stdin_once annotation.
TTY is the terminal path annotation.
Volumes is the volumes annotatoin.