# Functions
DefaultConfig returns the default configuration for crio.
New creates a new Server with options provided.
SysctlsFromPodAnnotation parses an annotation value into a slice of Sysctls.
SysctlsFromPodAnnotations parses the sysctl annotations into a slice of safe Sysctls and a slice of unsafe Sysctls.
# Constants
Sync with stdpipe_t in conmon.c */.
Sync with stdpipe_t in conmon.c */.
Sync with stdpipe_t in conmon.c */.
CrioConfigPath is the default location for the conf file.
PodInfraCPUshares is default cpu shares for sandbox container.
PodInfraOOMAdj is the value that we set for oom score adj for the pod infra container.
SysctlsPodAnnotationKey represents the key of sysctls which are set for the infrastructure container of a pod.
UnsafeSysctlsPodAnnotationKey represents the key of sysctls which are set for the infrastructure container of a pod.
# Structs
APIConfig represents the "crio.api" TOML config table.
Config represents the entire set of configuration values that can be set for the server.
SecretData info.
Server implements the RuntimeService and ImageService.
Sysctl defines a kernel parameter to be set.