Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RequireAuthorization supports application access authorization from edge sides. // It will determine whether app can acquire meta data from kube-apiserver (if node is online) or from local host db (when node is offline) // without authorization. When node is offline and this value set to true, meta data can't be retrieved from meta server // because authorization offline is not achieved as of now. // alpha: v1.12 // owner: @vincentgoat RequireAuthorization featuregate.Feature = "requireAuthorization" )
Variables ¶
View Source
var ( // DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate. DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // DefaultFeatureGate is a shared global FeatureGate. // Top-level commands/options setup that needs to modify this feature gate should use DefaultMutableFeatureGate. DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.