Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Add new feature gates constants (strings) // Ex: SomeFeature featuregate.Feature = "SomeFeature" PreflightPermissions featuregate.Feature = "PreflightPermissions" SingleOwnNamespaceInstallSupport featuregate.Feature = "SingleOwnNamespaceInstallSupport" SyntheticPermissions featuregate.Feature = "SyntheticPermissions" WebhookProviderCertManager featuregate.Feature = "WebhookProviderCertManager" WebhookProviderOpenshiftServiceCA featuregate.Feature = "WebhookProviderOpenshiftServiceCA" )
Variables ¶
View Source
var OperatorControllerFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()
Functions ¶
func LogFeatureGateStates ¶ added in v1.3.0
func LogFeatureGateStates(log logr.Logger, fg featuregate.FeatureGate)
LogFeatureGateStates logs the state of all known feature gates.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.