Documentation
¶
Index ¶
Constants ¶
View Source
const (
ExternalOIDCWithUIDAndExtraClaimMappings featuregate.Feature = "ExternalOIDCWithUIDAndExtraClaimMappings"
)
Define new featuregates here
Variables ¶
This section is empty.
Functions ¶
func ConfigureFeatureSet ¶
func ConfigureFeatureSet(featureSet string)
ConfigureFeatureSet is used to configure the feature gates based on the provided featureSet. The provided featureSet must be a known feature set name. ConfigureFeatureSet should only be called once on startup. ConfigureFeatureSet is not thread-safe.
func Gate ¶
func Gate() featuregate.FeatureGate
Gate returns the currently configured featuregates. Useful for determining what feature gates are enabled. Example: Gate().Enabled("Foo")
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.