features

package
v1.13.3 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: Apache-2.0 Imports: 2 Imported by: 8

Documentation

Index

Constants

View Source
const (
	// RequireAuthorization supports application access authorization from edge sides.
	// It will determine whether app can acquire meta data from kube-apiserver (if node is online) or from local host db (when node is offline)
	// without authorization. When node is offline and this value set to true, meta data can't be retrieved from meta server
	// because authorization offline is not achieved as of now.
	// alpha: v1.12
	// owner: @vincentgoat
	RequireAuthorization featuregate.Feature = "requireAuthorization"
)

Variables

View Source
var (
	// DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate.
	DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()

	// DefaultFeatureGate is a shared global FeatureGate.
	// Top-level commands/options setup that needs to modify this feature gate should use DefaultMutableFeatureGate.
	DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate
)

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