You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/featuregate/featuregate.go
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,6 @@ var (
78
78
featuregate.StageAlpha,
79
79
featuregate.WithRegisterDescription("enables the operator to create network policies for operands, collector and target allocator are supported"),
80
80
)
81
-
// EnableAllowHostPIDSupport is the feature gate that enables the usage of spec.hostPID. If enabled the hostPID field is respected, if disabled the hostPID will be set to false.
featuregate.WithRegisterDescription("enables the usage of spec.hostPID field. If enabled the field is respected (user specified value), if disabled the field is ignored (always false)"),
86
-
featuregate.WithRegisterFromVersion("v0.114.0"),
87
-
)
88
81
)
89
82
90
83
// Flags creates a new FlagSet that represents the available featuregate flags using the supplied featuregate registry.
0 commit comments