# Functions
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
SeccompModeFilter refers to the syscall argument SECCOMP_MODE_FILTER.
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 "ocid.api" TOML config table.
Config represents the entire set of configuration values that can be set for the server.
ImageConfig represents the "ocid.image" TOML config table.
NetworkConfig represents the "ocid.network" TOML config table.
RootConfig represents the root of the "ocid" TOML config table.
RuntimeConfig represents the "ocid.runtime" TOML config table.
Server implements the RuntimeService and ImageService.
Sysctl defines a kernel parameter to be set.