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.
Click to show internal directories.
Click to hide internal directories.