Documentation ¶
Overview ¶
Package feature implements the feature gate
Index ¶
Constants ¶
View Source
const ( // AlwaysUpdatePulsarResource is the feature gate for always update pulsar resource AlwaysUpdatePulsarResource featuregate.Feature = "AlwaysUpdatePulsarResource" )
Variables ¶
View Source
var ( // DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate. DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // DefaultFeatureGate is a shared global FeatureGate. DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate )
Functions ¶
func SetFeatureGates ¶
func SetFeatureGates() error
SetFeatureGates sets the provided feature gates.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.