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
APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
388
390
-->
389
391
390
392
- **webhooks.rules.apiGroups** ([]string)
391
393
394
+
*Atomic: 将在合并期间被替换*
395
+
392
396
apiGroups 是资源所属的 API 组列表。`*` 是所有组。
393
397
如果存在 `*`,则列表的长度必须为 1。必需。
394
398
395
399
<!--
396
400
- **webhooks.rules.apiVersions** ([]string)
397
401
402
+
*Atomic: will be replaced during a merge*
403
+
398
404
APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
399
405
-->
400
406
401
407
- **webhooks.rules.apiVersions** ([]string)
402
408
409
+
*Atomic: 将在合并期间被替换*
410
+
403
411
apiVersions 是资源所属的 API 版本列表。`*` 是所有版本。
404
412
如果存在 `*`,则列表的长度必须为 1。必需。
405
413
406
414
<!--
407
415
- **webhooks.rules.operations** ([]string)
408
416
417
+
*Atomic: will be replaced during a merge*
418
+
409
419
Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
Resources is a list of resources this rule applies to.
422
436
423
437
For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources.
0 commit comments