features

package
v0.17.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2025 License: Apache-2.0 Imports: 1 Imported by: 3

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL