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" // LegacyComponentRevision if enabled, create component revision even no rollout trait attached LegacyComponentRevision featuregate.Feature = "LegacyComponentRevision" // LegacyResourceOwnerValidation if enabled, the resource dispatch will allow existing resource not to have owner // application and the current application will take over it LegacyResourceOwnerValidation featuregate.Feature = "LegacyResourceOwnerValidation" // DisableReferObjectsFromURL if set, the url ref objects will be disallowed DisableReferObjectsFromURL featuregate.Feature = "DisableReferObjectsFromURL" // 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.
Click to show internal directories.
Click to hide internal directories.