Documentation
¶
Overview ¶
Package features contains a separate feature set specifically designed for managing zpages related features. These feature gates control the availability and behavior of various zpages within Kubernetes components. New zpages added to Kubernetes components should utilize this feature set to ensure proper management of their availability.
Index ¶
Constants ¶
View Source
const ( // owner: @richabanker // kep: https://kep.k8s.io/4828 ComponentFlagz featuregate.Feature = "ComponentFlagz" // owner: @richabanker // kep: https://kep.k8s.io/4827 // alpha: v1.32 // // Enables /statusz endpoint for a component making it accessible to // users with the system:monitoring cluster role. ComponentStatusz featuregate.Feature = "ComponentStatusz" )
Variables ¶
This section is empty.
Functions ¶
func AddFeatureGates ¶
func AddFeatureGates(mutableFeatureGate featuregate.MutableVersionedFeatureGate) error
AddFeatureGates adds all feature gates used by this package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.