Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SandboxGate enable Sandbox-controller to create a sandbox pod. SandboxGate featuregate.Feature = "Sandbox" // SandboxSetGate enable SandboxSet-controller to create a sandbox pod. SandboxSetGate featuregate.Feature = "SandboxSet" // SandboxClaimGate enable SandboxClaim-controller to claim sandboxes from SandboxSet pools. SandboxClaimGate featuregate.Feature = "SandboxClaim" // SandboxCreatePodRateLimitGate enables rate limiting for sandbox controller creating pod. SandboxCreatePodRateLimitGate featuregate.Feature = "SandboxCreatePodRateLimitGate" // SandboxCreatePodInjectConfigGate enables injecting sidecar config for sandbox pod SandboxCreatePodInjectConfigGate featuregate.Feature = "SandboxCreatePodInjectConfigGate" // CachePodLabelSelectorGate enables label selector filtering on the Pod informer cache // to reduce memory consumption. CachePodLabelSelectorGate featuregate.Feature = "CachePodLabelSelector" // SandboxInPlaceResourceResizeGate enables in-place resource resize when claiming sandboxes. SandboxInPlaceResourceResizeGate featuregate.Feature = "SandboxInPlaceResourceResize" // SandboxMultiClusterNaming enables embedding a cluster ID hash in the Sandbox generateName // to prevent naming collisions across multiple clusters. SandboxMultiClusterNaming featuregate.Feature = "SandboxMultiClusterNaming" )
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.