File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/zh-cn/docs/reference/using-api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -636,8 +636,8 @@ Some Kubernetes resources define an additional runtime cost budget that bounds
636
636
the execution of multiple expressions. If the sum total of the cost of
637
637
expressions exceed the budget, execution of the expressions will be halted, and
638
638
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)
641
641
evaluated to validate the custom resource.
642
642
-->
643
643
一些 Kubernetes 资源定义了额外的运行时成本预算,用于限制多个表达式的执行。
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ The **flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and Prior
66
66
### v1.27
67
67
68
68
<!--
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:
70
70
-->
71
- ** v1.27** 发行版本中将去除以下已弃用的 API 版本:
71
+ ** v1.27** 发行版本停止支持以下已弃用的 API 版本:
72
72
73
73
#### CSIStorageCapacity {#csistoragecapacity-v127}
74
74
You can’t perform that action at this time.
0 commit comments