features

package
v1.4.9 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// APIServerEnableImpersonation whether to enable impersonation for APIServer
	APIServerEnableImpersonation featuregate.Feature = "EnableImpersonation"
	// APIServerEnableAdminImpersonation whether to disable User admin impersonation for APIServer
	APIServerEnableAdminImpersonation featuregate.Feature = "EnableAdminImpersonation"
)
View Source
const (

	// DeprecatedPolicySpec enable the use of deprecated policy spec
	DeprecatedPolicySpec featuregate.Feature = "DeprecatedPolicySpec"
	// LegacyObjectTypeIdentifier enable the use of legacy object type identifier for selecting ref-object
	LegacyObjectTypeIdentifier featuregate.Feature = "LegacyObjectTypeIdentifier"
	// DeprecatedObjectLabelSelector enable the use of deprecated object label selector for selecting ref-object
	DeprecatedObjectLabelSelector featuregate.Feature = "DeprecatedObjectLabelSelector"
	// LegacyResourceTrackerGC enable the gc of legacy resource tracker in managed clusters
	LegacyResourceTrackerGC featuregate.Feature = "LegacyResourceTrackerGC"
	// EnableSuspendOnFailure enable suspend on workflow failure
	EnableSuspendOnFailure featuregate.Feature = "EnableSuspendOnFailure"

	// AuthenticateApplication enable the authentication for application
	AuthenticateApplication featuregate.Feature = "AuthenticateApplication"
)

Variables

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

	// APIServerFeatureGate is a shared global FeatureGate for apiserver.
	APIServerFeatureGate featuregate.FeatureGate = APIServerMutableFeatureGate
)

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