File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
extend-kubernetes/custom-resources Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -975,10 +975,8 @@ listed below.
975975
976976<!--
977977* [Capsule](https://github.com/clastix/capsule)
978- * [Kiosk](https://github.com/loft-sh/kiosk)
979978-->
980979* [ Capsule] ( https://github.com/clastix/capsule )
981- * [ Kiosk] ( https://github.com/loft-sh/kiosk )
982980
983981<!--
984982#### Multi-customer tenancy
Original file line number Diff line number Diff line change @@ -532,9 +532,11 @@ page for more on how to report vulnerabilities.
532532## What's next
533533
534534- [Security Checklist](/docs/concepts/security/security-checklist/) for additional information on Kubernetes security guidance.
535+ - [Seccomp Node Reference](/docs/reference/node/seccomp/)
535536-->
536537## {{% heading "whatsnext" %}}
537538
538539- 阅读[ 安全检查清单] ( /zh-cn/docs/concepts/security/security-checklist/ ) 了解有关
539540 Kubernetes 安全指南的更多信息。
541+ - [ Seccomp Node 参考文档] ( /zh-cn/docs/reference/node/seccomp/ )
540542
Original file line number Diff line number Diff line change @@ -912,15 +912,15 @@ Kubernetes 会最终删除该资源,
912912# ## Validation
913913
914914Custom resources are validated via
915- [OpenAPI v3 schemas](https://github.com/OAI/OpenAPI-Specification/blob/master /versions/3.0.0.md#schemaObject ),
915+ [OpenAPI v3.0 schemas](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0 /versions/3.0.0.md#schema-object ),
916916by x-kubernetes-validations when the [Validation Rules feature](#validation-rules) is enabled, and you
917917can add additional validation using
918918[admission webhooks](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook).
919919-->
920920# ## 合法性检查 {#validation}
921921
922922定制资源是通过
923- [OpenAPI v3 模式定义](https://github.com/OAI/OpenAPI-Specification/blob/master /versions/3.0.0.md#schemaObject)
923+ [OpenAPI v3.0 模式定义](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0 /versions/3.0.0.md#schema-object),
924924来执行合法性检查的,当启用[验证规则特性](#validation-rules)时,通过 `x-kubernetes-validations` 验证,
925925你可以通过使用[准入控制 Webhook](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
926926来添加额外的合法性检查逻辑。
You can’t perform that action at this time.
0 commit comments