feature

package
v1.14.3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (

	//nolint:godot // Ignore "Comment should end in a period" check.
	// AKS is the feature gate for AKS managed clusters.
	// owner: @jackfrancis @nojnhuh
	// alpha: v0.4
	// GA: v1.8
	AKS featuregate.Feature = "AKS"

	// AKSResourceHealth is the feature gate for reporting Azure Resource Health
	// on AKS managed clusters.
	// owner: @nojnhuh
	// alpha: v1.7
	AKSResourceHealth featuregate.Feature = "AKSResourceHealth"

	// EdgeZone is the feature gate for creating clusters on public MEC.
	// owner: @upxinxin
	// alpha: v1.8
	EdgeZone featuregate.Feature = "EdgeZone"
)

Variables

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

	// Gates is a shared global FeatureGate.
	// Top-level commands/options setup that needs to modify this featuregate gate should use DefaultMutableFeatureGate.
	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