features

package
v1.17.0-beta.0 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: 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"
	// ModuleRestart supports automatic restarting for modules.
	// If a module exits when running because of uncaught or external errors, BeeHive will try to keep the module running by restarting it.
	// If moduleRestart enabled, modules will be kept running forever. The interval between starting a module increases whenever it exits,
	// with maximum of 30s.
	// alpha: v1.17
	// owner: @micplus
	ModuleRestart featuregate.Feature = "moduleRestart"
)

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