Documentation
¶
Index ¶
Constants ¶
View Source
const ( NodeFeatureAPI featuregate.Feature = "NodeFeatureAPI" DisableAutoPrefix featuregate.Feature = "DisableAutoPrefix" NodeFeatureGroupAPI featuregate.Feature = "NodeFeatureGroupAPI" )
Variables ¶
View Source
var ( NFDMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // NFDFeatureGate is a shared global FeatureGate. // Top-level commands/options setup that needs to modify this feature gate should use NFDMutableFeatureGate. NFDFeatureGate featuregate.FeatureGate = NFDMutableFeatureGate )
View Source
var DefaultNFDFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ NodeFeatureAPI: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, DisableAutoPrefix: {Default: false, PreRelease: featuregate.Alpha}, NodeFeatureGroupAPI: {Default: false, PreRelease: featuregate.Alpha}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.