Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Logging enables logging stack for clusters. // owner @mvladev,@vlpanov // alpha: v0.13.0 Logging utilfeature.Feature = "Logging" )
Variables ¶
View Source
var ( // APIServerFeatureGate is a shared global FeatureGate for Gardener APIServer flags. // right now the Generic API server uses this feature gate as default // TODO change it once it moves to ComponentConfig APIServerFeatureGate = utilfeature.DefaultFeatureGate // ControllerFeatureGate is a shared global FeatureGate for Gardener Controller Manager flags. ControllerFeatureGate = utilfeature.NewFeatureGate() )
Functions ¶
func RegisterAPIServerFeatureGate ¶
func RegisterAPIServerFeatureGate()
RegisterAPIServerFeatureGate registers the feature gates of the Gardener API Server.
func RegisterControllerFeatureGate ¶
func RegisterControllerFeatureGate()
RegisterControllerFeatureGate registers the feature gates of the Gardener Controller Manager.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.