featuregates

package
v0.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// owner: @yue9944882
	// alpha: v1.1.12
	//
	// HealthinessCheck enables the "/health" subresource on the ClusterGateway
	// by which we can read/update the healthiness related status under the
	// ".status".
	//
	// Additionally, OCM cluster-gateway addon will enable a health-check controller
	// in the background which periodically checks the healthiness for each managed
	// cluster by dialing "/healthz" api path.
	HealthinessCheck featuregate.Feature = "HealthinessCheck"

	// owner: @yue9944882
	// alpha: v1.1.15
	//
	// SecretCache runs a namespaced secret informer inside the apiserver which
	// provides a cache for reading secret data.
	SecretCache featuregate.Feature = "SecretCache"

	// owner: @somefive
	// alpha: v1.4.0
	//
	// ClientIdentityPenetration enforce impersonate as the original request user
	// when accessing apiserver in ManagedCluster
	ClientIdentityPenetration featuregate.Feature = "ClientIdentityPenetration"

	// owner: @ivan-cai
	// beta: v1.6.0
	//
	// SecretCache runs a OCM ManagedCluster informer inside the apiserver which
	// provides a cache for reading ManagedCluster.
	OCMClusterCache featuregate.Feature = "OCMClusterCache"
)

Variables

View Source
var DefaultKubeFedFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
	HealthinessCheck:          {Default: false, PreRelease: featuregate.Alpha},
	SecretCache:               {Default: true, PreRelease: featuregate.Beta},
	ClientIdentityPenetration: {Default: false, PreRelease: featuregate.Alpha},
	OCMClusterCache:           {Default: true, PreRelease: featuregate.Beta},
}

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