File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/zh-cn/docs/concepts/overview Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,19 @@ Kubernetes API 服务器通过 `/openapi/v2` 端点提供聚合的 OpenAPI v2
327
327
</tbody>
328
328
</table>
329
329
330
+ {{< warning >}}
331
+ <!--
332
+ The validation rules published as part of OpenAPI schemas may not be complete, and usually aren't.
333
+ Additional validation occurs within the API server. If you want precise and complete verification,
334
+ a `kubectl apply --dry-run=server` runs all the applicable validation (and also activates admission-time
335
+ checks).
336
+ -->
337
+
338
+ 作为 OpenAPI 模式的一部分发布的校验规则可能不完整,而且通常也确实不完整。
339
+ 在 API 服务器内部会进行额外的校验。如果你希望进行精确且完整的验证,
340
+ 可以使用 `kubectl apply --dry-run=server`,这条命令将运行所有适用的校验(同时也会触发准入时检查)。
341
+ {{< /warning >}}
342
+
330
343
### OpenAPI v3
331
344
332
345
{{< feature-state feature_gate_name="OpenAPIV3" >}}
You can’t perform that action at this time.
0 commit comments