File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
140
140
"NodeDisruptionExclusion" , // sig-scheduling, ccoleman
141
141
"ServiceNodeExclusion" , // sig-scheduling, ccoleman
142
142
"DownwardAPIHugePages" , // sig-node, rphillips
143
+ "PodSecurity" , // sig-auth, s-urbaniak
143
144
},
144
145
Disabled : []string {
145
146
"LegacyNodeRoleBehavior" , // sig-scheduling, ccoleman
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ func TestFeatureBuilder(t *testing.T) {
26
26
"NodeDisruptionExclusion" ,
27
27
"ServiceNodeExclusion" ,
28
28
"DownwardAPIHugePages" ,
29
+ "PodSecurity" ,
29
30
},
30
31
Disabled : []string {
31
32
"LegacyNodeRoleBehavior" ,
@@ -44,6 +45,7 @@ func TestFeatureBuilder(t *testing.T) {
44
45
"NodeDisruptionExclusion" ,
45
46
"ServiceNodeExclusion" ,
46
47
"DownwardAPIHugePages" ,
48
+ "PodSecurity" ,
47
49
"LegacyNodeRoleBehavior" ,
48
50
},
49
51
Disabled : []string {},
@@ -59,6 +61,7 @@ func TestFeatureBuilder(t *testing.T) {
59
61
"NodeDisruptionExclusion" ,
60
62
"ServiceNodeExclusion" ,
61
63
"DownwardAPIHugePages" ,
64
+ "PodSecurity" ,
62
65
},
63
66
Disabled : []string {
64
67
"LegacyNodeRoleBehavior" ,
@@ -78,6 +81,7 @@ func TestFeatureBuilder(t *testing.T) {
78
81
"NodeDisruptionExclusion" ,
79
82
"ServiceNodeExclusion" ,
80
83
"DownwardAPIHugePages" ,
84
+ "PodSecurity" ,
81
85
"LegacyNodeRoleBehavior" ,
82
86
"other" ,
83
87
},
You can’t perform that action at this time.
0 commit comments