config

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ConfigurationBundle enables the configuration bundle feature for managing
	// bundled kcp configurations and resources.
	ConfigurationBundle featuregate.Feature = "ConfigurationBundle"
)

Variables

View Source
var (
	// DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate.
	// Only top-level commands should make use of this.
	DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()

	// DefaultFeatureGate is a shared global FeatureGate.
	DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate
)

Functions

func Enabled

func Enabled(feature featuregate.Feature) bool

Enabled returns true if the feature gate is enabled.

func SetFeatureGateDuringTest

func SetFeatureGateDuringTest(feature featuregate.Feature, enabled bool) error

SetFeatureGateDuringTest sets the specified gate to the specified value for testing purposes. This should only be used in tests.

Types

This section is empty.

Jump to

Keyboard shortcuts

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