Skip to content

Commit 68bd4af

Browse files
authored
Merge pull request #44118 from asa3311/sync-zh-86
[zh] sync cel deprecation-guide
2 parents 976ead0 + fd9b111 commit 68bd4af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/reference/using-api/cel.md

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

content/zh-cn/docs/reference/using-api/deprecation-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ The **flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and Prior
6666
### v1.27
6767

6868
<!--
69-
The **v1.27** release will stop serving the following deprecated API versions:
69+
The **v1.27** release stopped serving the following deprecated API versions:
7070
-->
71-
**v1.27** 发行版本中将去除以下已弃用的 API 版本:
71+
**v1.27** 发行版本停止支持以下已弃用的 API 版本:
7272

7373
#### CSIStorageCapacity {#csistoragecapacity-v127}
7474

0 commit comments

Comments
 (0)