diff --git a/content/zh-cn/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md b/content/zh-cn/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md
index 073d526cf1c..0157a8c3218 100644
--- a/content/zh-cn/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md
+++ b/content/zh-cn/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md
@@ -227,6 +227,8 @@ GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
}}">resourceVersion
- **resourceVersionMatch** (*in query*): string
}}">resourceVersionMatch
+- **sendInitialEvents** (*in query*): boolean
+ }}">sendInitialEvents
- **timeoutSeconds** (*in query*): integer
}}">timeoutSeconds
- **watch** (*in query*): boolean
@@ -266,6 +268,10 @@ GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
}}">resourceVersionMatch
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
- **timeoutSeconds** (**查询参数**): integer
}}">timeoutSeconds
@@ -557,6 +563,8 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
}}">resourceVersion
- **resourceVersionMatch** (*in query*): string
}}">resourceVersionMatch
+- **sendInitialEvents** (*in query*): boolean
+ }}">sendInitialEvents
- **timeoutSeconds** (*in query*): integer
}}">timeoutSeconds
-->
@@ -604,6 +612,10 @@ DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
}}">resourceVersionMatch
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
- **timeoutSeconds** (**查询参数**): integer
}}">timeoutSeconds
diff --git a/content/zh-cn/docs/reference/kubernetes-api/workload-resources/deployment-v1.md b/content/zh-cn/docs/reference/kubernetes-api/workload-resources/deployment-v1.md
index 746ede656f8..8013ef6e220 100644
--- a/content/zh-cn/docs/reference/kubernetes-api/workload-resources/deployment-v1.md
+++ b/content/zh-cn/docs/reference/kubernetes-api/workload-resources/deployment-v1.md
@@ -79,7 +79,7 @@ DeploymentSpec 定义 Deployment 预期行为的规约。
- **template** (}}">PodTemplateSpec), required
- Template describes the pods that will be created.
+ Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always".
-->
- **selector** (}}">LabelSelector),必需
@@ -88,7 +88,8 @@ DeploymentSpec 定义 Deployment 预期行为的规约。
- **template** (}}">PodTemplateSpec),必需
- template 描述将要创建的 Pod。
+ template 描述将要创建的 Pod。`template.spec.restartPolicy`
+ 唯一被允许的值是 `Always`。
@@ -562,6 +564,10 @@ GET /apis/apps/v1/namespaces/{namespace}/deployments
}}">resourceVersionMatch
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
- **timeoutSeconds** (**查询参数**): integer
}}">timeoutSeconds
@@ -599,6 +605,7 @@ GET /apis/apps/v1/deployments
- **pretty** (*in query*): string
- **resourceVersion** (*in query*): string
- **resourceVersionMatch** (*in query*): string
+- **sendInitialEvents** (*in query*): boolean
- **timeoutSeconds** (*in query*): integer
- **watch** (*in query*): boolean
-->
@@ -636,6 +643,10 @@ GET /apis/apps/v1/deployments
}}">resourceVersionMatch
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
- **timeoutSeconds** (**查询参数**): integer
}}">timeoutSeconds
@@ -1043,6 +1054,7 @@ DELETE /apis/apps/v1/namespaces/{namespace}/deployments
- **propagationPolicy** (*in query*): string
- **resourceVersion** (*in query*): string
- **resourceVersionMatch** (*in query*): string
+- **sendInitialEvents** (*in query*): boolean
- **timeoutSeconds** (*in query*): integer
-->
#### 参数
@@ -1093,6 +1105,10 @@ DELETE /apis/apps/v1/namespaces/{namespace}/deployments
}}">resourceVersionMatch
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
- **timeoutSeconds** (**查询参数**): integer
}}">timeoutSeconds
diff --git a/content/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-template-v1.md b/content/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-template-v1.md
index 8cf52bffe6a..dc3fc2b0491 100644
--- a/content/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-template-v1.md
+++ b/content/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-template-v1.md
@@ -246,6 +246,15 @@ GET /api/v1/namespaces/{namespace}/podtemplates
}}">resourceVersionMatch
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
@@ -341,6 +350,15 @@ GET /api/v1/podtemplates
}}">resourceVersionMatch
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
@@ -761,6 +779,15 @@ DELETE /api/v1/namespaces/{namespace}/podtemplates
}}">resourceVersionMatch
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
diff --git a/content/zh-cn/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md b/content/zh-cn/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md
index 8fecfe9c54d..e05814e1155 100644
--- a/content/zh-cn/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md
+++ b/content/zh-cn/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md
@@ -65,11 +65,11 @@ PriorityClass 定义了从优先级类名到优先级数值的映射。
- **value** (int32),必需
- 此优先级的值。这是 Pod 在其 Pod 规约中有此类名称时收到的实际优先级。
+ value 表示此优先级的整数值。这是 Pod 在其 Pod 规约中有此类名称时收到的实际优先级。
- **preemptionPolicy** (string)
@@ -294,6 +294,15 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses
}}">resourceVersionMatch
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
- **template** (}}">PodTemplateSpec), 必需
@@ -109,6 +109,7 @@ StatefulSetSpec 是 StatefulSet 的规约。
经由 StatefulSet 创建的每个 Pod 都将满足这个模板,但与 StatefulSet 的其余 Pod 相比,每个 Pod 具有唯一的标识。
每个 Pod 将以 \-\ 格式命名。
例如,名为 "web" 且索引号为 "3" 的 StatefulSet 中的 Pod 将被命名为 "web-3"。
+ `template.spec.restartPolicy` 唯一被允许的值是 `Always`。
ordinals 控制 StatefulSet 中副本索引的编号。
默认序数行为是将索引 "0" 设置给第一个副本,对于每个额外请求的副本,该索引加一。
- 使用 ordinals 字段需要启用 Alpha 级别的 StatefulSetStartOrdinal 特性门控。
+ 使用 ordinals 字段需要启用 Beta 级别的 StatefulSetStartOrdinal 特性门控。
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+
+- **sendInitialEvents** (**查询参数**): boolean
+
+ }}">sendInitialEvents
+