Merge pull request #48704 from my-git9/pp-27898

[zh-cn]sync strict-cost-enforcement-*
pull/48716/head
Kubernetes Prow Robot 2024-11-14 02:30:47 +00:00 committed by GitHub
commit 7ad24c862a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
title: StrictCostEnforcementForVAP
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
---
<!--
Apply strict CEL cost validation for ValidatingAdmissionPolicies.
-->
对 ValidatingAdmissionPolicy 应用严格的 CEL 开销验证。

View File

@ -0,0 +1,19 @@
---
title: StrictCostEnforcementForWebhooks
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
---
<!--
Apply strict CEL cost validation for `matchConditions` within
admission webhooks.
-->
在准入 Webhook 内对 `matchConditions` 应用严格的 CEL 开销验证。