Merge pull request #44118 from asa3311/sync-zh-86

[zh] sync cel deprecation-guide
pull/44128/head
Kubernetes Prow Robot 2023-11-29 01:08:52 +01:00 committed by GitHub
commit 68bd4afd33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -636,8 +636,8 @@ Some Kubernetes resources define an additional runtime cost budget that bounds
the execution of multiple expressions. If the sum total of the cost of
expressions exceed the budget, execution of the expressions will be halted, and
an error will result. For example the validation of a custom resource has a
_per-validation_ runtime cost budget for all [Validation
Rules](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules)
_per-validation_ runtime cost budget for all
[Validation Rules](/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules)
evaluated to validate the custom resource.
-->
一些 Kubernetes 资源定义了额外的运行时成本预算,用于限制多个表达式的执行。

View File

@ -66,9 +66,9 @@ The **flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and Prior
### v1.27
<!--
The **v1.27** release will stop serving the following deprecated API versions:
The **v1.27** release stopped serving the following deprecated API versions:
-->
**v1.27** 发行版本中将去除以下已弃用的 API 版本:
**v1.27** 发行版本停止支持以下已弃用的 API 版本:
#### CSIStorageCapacity {#csistoragecapacity-v127}