package features
import "k8s.io/controller-manager/pkg/features"
Index ¶
- Constants
- func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableFeatureGate) error
Constants ¶
const ( // owner: @nckturner // kep: http://kep.k8s.io/2699 // alpha: v1.27 // Enable webhook in cloud controller manager CloudControllerManagerWebhook featuregate.Feature = "CloudControllerManagerWebhook" // owner: @danwinship // alpha: v1.27 // beta: v1.29 // // Enables dual-stack values in the // `alpha.kubernetes.io/provided-node-ip` annotation CloudDualStackNodeIPs featuregate.Feature = "CloudDualStackNodeIPs" // owner: @alexanderConstantinescu // kep: http://kep.k8s.io/3458 // beta: v1.27 // // Enables less load balancer re-configurations by the service controller // (KCCM) as an effect of changing node state. StableLoadBalancerNodeSet featuregate.Feature = "StableLoadBalancerNodeSet" )
Functions ¶
func SetupCurrentKubernetesSpecificFeatureGates ¶
func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableFeatureGate) error
Source Files ¶
kube_features.go
Directories ¶
Path | Synopsis |
---|---|
pkg/features/register |
- Version
- v0.29.0-alpha.1
- Published
- Sep 25, 2023
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 1 hour ago –
Tools for package owners.