Skip to content

Commit 6f65a93

Browse files
committed
Remove ValidatingAdmissionPolicy DefaultGroupVersionsByFeatureGate
ValidatingAdmissionPolicy is now GA with v1 so it is enabled by default. This DefaultGroupVersionsByFeatureGate for this API is no longer needed. Signed-off-by: Vu Dinh <[email protected]>
1 parent 94ca049 commit 6f65a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/operator/configobservation/apienablement/observe_runtime_config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
)
1616

1717
var DefaultGroupVersionsByFeatureGate = map[configv1.FeatureGateName][]schema.GroupVersion{
18-
"ValidatingAdmissionPolicy": {{Group: "admissionregistration.k8s.io", Version: "v1beta1"}},
1918
"DynamicResourceAllocation": {{Group: "resource.k8s.io", Version: "v1alpha2"}},
2019
}
2120

0 commit comments

Comments
 (0)