Documentation ¶
Index ¶
Constants ¶
View Source
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 // GA: v1.30 // // 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 // GA: v1.30 // // Enables less load balancer re-configurations by the service controller // (KCCM) as an effect of changing node state. StableLoadBalancerNodeSet featuregate.Feature = "StableLoadBalancerNodeSet" )
Variables ¶
This section is empty.
Functions ¶
func SetupCurrentKubernetesSpecificFeatureGates ¶
func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableFeatureGate) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.