Skip to content

Commit b6fa5be

Browse files
authored
Merge pull request #45525 from ivelichkovich/dev-1.30
Mark feature AdmissionWebhookMatchConditions to stable in 1.30
2 parents 79e5ac1 + 4bffa3c commit b6fa5be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ The `matchPolicy` for an admission webhooks defaults to `Equivalent`.
721721

722722
### Matching requests: `matchConditions`
723723

724-
{{< feature-state state="beta" for_k8s_version="v1.28" >}}
724+
{{< feature-state feature_gate_name="AdmissionWebhookMatchConditions" >}}
725725

726726
You can define _match conditions_ for webhooks if you need fine-grained request filtering. These
727727
conditions are useful if you find that match rules, `objectSelectors` and `namespaceSelectors` still

content/en/docs/reference/command-line-tools-reference/feature-gates/admission-webhook-match-conditions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ stages:
1212
toVersion: "1.27"
1313
- stage: beta
1414
defaultValue: true
15-
fromVersion: "1.28"
15+
fromVersion: "1.28"
16+
toVersion: "1.29"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.30"
1620
---
1721
Enable [match conditions](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
1822
on mutating & validating admission webhooks.

0 commit comments

Comments
 (0)