You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CEL 表达式可以访问按 CEL 变量来组织的 Admission 请求/响应的内容,以及其他一些有用的变量 :
499
+
CEL 表达式可以访问按 CEL 变量来组织的 Admission 请求/响应的内容,以及其他一些有用的变量:
500
500
501
501
<!--
502
502
- 'object' - The object from the incoming request. The value is null for DELETE requests.
@@ -922,3 +922,26 @@ The error message is similar to this.
922
922
```console
923
923
error: failed to create deployment: deployments.apps "invalid" is forbidden: ValidatingAdmissionPolicy 'image-matches-namespace-environment.policy.example.com' with binding 'demo-binding-test.example.com' denied request: only prod images are allowed in namespace default
924
924
```
925
+
926
+
<!--
927
+
## API kinds exempt from admission validation
928
+
929
+
There are certain API kinds that are exempt from admission-time validation checks. For example, you can't create a ValidatingAdmissionPolicy that prevents changes to ValidatingAdmissionPolicyBindings.
930
+
931
+
The list of exempt API kinds is:
932
+
-->
933
+
## 免于准入验证的 API 类别
934
+
935
+
某些 API 类别可以豁免准入时验证检查。例如,你无法创建阻止更改 ValidatingAdmissionPolicyBindings
0 commit comments