Documentation
¶
Index ¶
Constants ¶
View Source
const ( // owner: @nckturner // kep: http://kep.k8s.io/2699 // Enable webhook in cloud controller manager CloudControllerManagerWebhook featuregate.Feature = "CloudControllerManagerWebhook" )
Every feature gate should have an entry here following this template:
// owner: @username MyFeature featuregate.Feature = "MyFeature"
Feature gates should be listed in alphabetical, case-sensitive (upper before any lower case character) order. This reduces the risk of code conflicts because changes are more likely to be scattered across the file.
Variables ¶
This section is empty.
Functions ¶
func SetupCurrentKubernetesSpecificFeatureGates ¶
func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableVersionedFeatureGate) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.