Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UsernsMode is the user namespace mode to use UsernsModeAnnotation = "io.kubernetes.cri-o.userns-mode" // SpoofedContainer indicates a container was spoofed in the runtime SpoofedContainer = "io.kubernetes.cri-o.Spoofed" // ShmSizeAnnotation is the K8S annotation used to set custom shm size ShmSizeAnnotation = "io.kubernetes.cri-o.ShmSize" // DevicesAnnotation is a set of devices to give to the container DevicesAnnotation = "io.kubernetes.cri-o.Devices" // CPULoadBalancingAnnotation indicates that load balancing should be disabled for CPUs used by the container CPULoadBalancingAnnotation = "cpu-load-balancing.crio.io" // CPUQuotaAnnotation indicates that CPU quota should be disabled for CPUs used by the container CPUQuotaAnnotation = "cpu-quota.crio.io" // IRQLoadBalancingAnnotation indicates that IRQ load balancing should be disabled for CPUs used by the container IRQLoadBalancingAnnotation = "irq-load-balancing.crio.io" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.