Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner @smarterclayton // alpha: v1.16 // beta: v1.19 // // Enable legacy behavior to vary cluster functionality on the node-role.kubernetes.io labels. On by default (legacy), will be turned off in 1.18. // Original copy from k8s.io/kubernetes/pkg/features/kube_features.go LegacyNodeRoleBehavior featuregate.Feature = "LegacyNodeRoleBehavior" // owner @brendandburns // alpha: v1.9 // beta: v1.19 // ga: v1.21 // // Enable nodes to exclude themselves from service load balancers // Original copy from k8s.io/kubernetes/pkg/features/kube_features.go ServiceNodeExclusion featuregate.Feature = "ServiceNodeExclusion" // owner: @khenidak // alpha: v1.15 // // Enables ipv6 dual stack // Original copy from k8s.io/kubernetes/pkg/features/kube_features.go IPv6DualStack featuregate.Feature = "IPv6DualStack" )
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.