Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @TheRealHaoLiu, @hanqiuzh // alpha: v0.1 // // EphemeralIdentity allow user to set TTL on the ManagedServiceAccount resource // via spec.ttlSecondsAfterCreation EphemeralIdentity featuregate.Feature = "EphemeralIdentity" )
Variables ¶
View Source
var DefaultManagedServiceAccountFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ EphemeralIdentity: {Default: false, PreRelease: featuregate.Alpha}, }
DefaultManagedServiceAccountFeatureGates consists of all known ManagedServiceAccount-specific feature keys. To add a new feature, define a key for it above and add it here.
View Source
var (
FeatureGates featuregate.MutableFeatureGate = featuregate.NewFeatureGate()
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.