Fix gate status for StrictCostEnforcementForWebhooks in v1.32

The feature gate `StrictCostEnforcementForWebhooks` is now stable in
v1.32.
pull/49348/head
Qiming Teng 2025-01-08 20:34:28 +08:00
parent d506ce027f
commit b1c841209c
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
Apply strict CEL cost validation for `matchConditions` within
admission webhooks.