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.
975
975
976
976
<!--
977
977
* [Capsule](https://github.com/clastix/capsule)
978
- * [Kiosk](https://github.com/loft-sh/kiosk)
979
978
-->
980
979
* [ Capsule] ( https://github.com/clastix/capsule )
981
- * [ Kiosk] ( https://github.com/loft-sh/kiosk )
982
980
983
981
<!--
984
982
#### 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.
532
532
## What's next
533
533
534
534
- [Security Checklist](/docs/concepts/security/security-checklist/) for additional information on Kubernetes security guidance.
535
+ - [Seccomp Node Reference](/docs/reference/node/seccomp/)
535
536
-->
536
537
## {{% heading "whatsnext" %}}
537
538
538
539
- 阅读[ 安全检查清单] ( /zh-cn/docs/concepts/security/security-checklist/ ) 了解有关
539
540
Kubernetes 安全指南的更多信息。
541
+ - [ Seccomp Node 参考文档] ( /zh-cn/docs/reference/node/seccomp/ )
540
542
Original file line number Diff line number Diff line change @@ -912,15 +912,15 @@ Kubernetes 会最终删除该资源,
912
912
# ## Validation
913
913
914
914
Custom 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 ),
916
916
by x-kubernetes-validations when the [Validation Rules feature](#validation-rules) is enabled, and you
917
917
can add additional validation using
918
918
[admission webhooks](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook).
919
919
-->
920
920
# ## 合法性检查 {#validation}
921
921
922
922
定制资源是通过
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),
924
924
来执行合法性检查的,当启用[验证规则特性](#validation-rules)时,通过 `x-kubernetes-validations` 验证,
925
925
你可以通过使用[准入控制 Webhook](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
926
926
来添加额外的合法性检查逻辑。
You can’t perform that action at this time.
0 commit comments