package features
import "k8s.io/controller-manager/pkg/features"
Index ¶
- Constants
- func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableVersionedFeatureGate) error
Constants ¶
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.
Functions ¶
func SetupCurrentKubernetesSpecificFeatureGates ¶
func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableVersionedFeatureGate) error
Source Files ¶
kube_features.go
Directories ¶
Path | Synopsis |
---|---|
pkg/features/register |
- Version
- v0.34.0-beta.0
- Published
- Jul 16, 2025
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 33 minutes ago –
Tools for package owners.