Merge pull request #48704 from my-git9/pp-27898
[zh-cn]sync strict-cost-enforcement-*pull/48716/head
commit
7ad24c862a
|
@ -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 开销验证。
|
|
@ -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 开销验证。
|
Loading…
Reference in New Issue