Skip to content

Commit

Permalink
AppArmor was flipped to beta, update feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
tallclair committed Aug 29, 2016
1 parent 8675adf commit 68e0f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/config/feature_gate.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
knownFeatures = map[string]featureSpec{
allAlphaGate: {false, alpha},
externalTrafficLocalOnly: {false, alpha},
appArmor: {true, alpha},
appArmor: {true, beta},
dynamicKubeletConfig: {false, alpha},
dynamicVolumeProvisioning: {true, alpha},
}
Expand Down Expand Up @@ -93,7 +93,7 @@ type FeatureGate interface {
// MyFeature() bool

// owner: @timstclair
// alpha: v1.4
// beta: v1.4
AppArmor() bool

// owner: @girishkalele
Expand Down

0 comments on commit 68e0f01

Please sign in to comment.