Cleanup work to enable feature gating annotations
This commit is contained in:
parent
d4431d8e63
commit
3c7b74f219
|
|
@ -108,7 +108,10 @@ type FeatureGate interface {
|
|||
// alpha: v1.5
|
||||
ExperimentalHostUserNamespaceDefaulting() bool
|
||||
|
||||
AnninityInAnnotations() bool
|
||||
// owner: @davidopp
|
||||
// alpha: v1.6
|
||||
// TODO: remove when alpha support for affinity is removed
|
||||
AffinityInAnnotations() bool
|
||||
}
|
||||
|
||||
// featureGate implements FeatureGate as well as pflag.Value for flag parsing.
|
||||
|
|
|
|||
Loading…
Reference in New Issue