Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @khenidak // alpha: v1.15 // // Enables ipv6 dual stack // Original copy from k8s.io/kubernetes/pkg/features/kube_features.go IPv6DualStack featuregate.Feature = "IPv6DualStack" // owner: @jiahuif // alpha: v1.21 // beta: v1.22 // GA: v1.24 // // Enables Leader Migration for kube-controller-manager and cloud-controller-manager // copied and sync'ed from k8s.io/kubernetes/pkg/features/kube_features.go ControllerManagerLeaderMigration featuregate.Feature = "ControllerManagerLeaderMigration" )
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.