package
1.0.0-beta.7
Repository: https://github.com/sylabs/singularity-cri.git
Documentation: pkg.go.dev

# Functions

NewContainer constructs Container instance.
NewPod constructs Pod instance.

# Constants

ContainerIDLen reflects number of symbols in container unique ID.
PodIDLen reflects number of symbols in pod unique ID.

# Variables

ErrContainerNotCreated is used when attempting to perform operations on containers that are not in CONTAINER_CREATED state, e.g.

# Structs

Container represents kubernetes container inside a pod.
ContainerStat holds information about container resources usage.
Pod represents kubernetes pod.