Cleanup work to enable feature gating annotations

This commit is contained in:
Timothy St. Clair 2017-02-16 11:38:03 -06:00 committed by deads2k
parent d4431d8e63
commit 3c7b74f219
1 changed files with 4 additions and 1 deletions

View File

@ -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.