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" )
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.