Skip to content

Commit 19976bb

Browse files
committed
Added MutatingAdmissionPolicy versioned feature spec
On-behalf-of: SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
1 parent 894a049 commit 19976bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/features/kcp_features.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,8 @@ var defaultVersionedGenericControlPlaneFeatureGates = map[featuregate.Feature]fe
133133
logsapi.ContextualLogging: {
134134
{Version: version.MustParse("1.26"), Default: true, PreRelease: featuregate.Alpha},
135135
},
136+
137+
genericfeatures.MutatingAdmissionPolicy: {
138+
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
139+
},
136140
}

0 commit comments

Comments
 (0)