feature

package
v0.34.0-dev.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AutoEnableWorkloadClusterRegistry  featuregate.Feature = "AutoEnableWorkloadClusterRegistry"
	SynchronizeWorkloadClusterRegistry featuregate.Feature = "SynchronizeWorkloadClusterRegistry"
)

Variables

View Source
var (
	// MutableGates is a mutable version of DefaultFeatureGate.
	// Only top-level commands/options setup should make use of this.
	// Tests that need to modify feature gates for the duration of their test should use:
	//   featuregatetesting "k8s.io/component-base/featuregate/testing"
	//   featuregatetesting.SetFeatureGateDuringTest(
	//     t,
	//     feature.Gates,
	//     feature.<FeatureName>,
	//     <value>,
	//   )()
	MutableGates featuregate.MutableFeatureGate = featuregate.NewFeatureGate()

	// Gates is a shared global FeatureGate.
	Gates featuregate.FeatureGate = MutableGates
)

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