Resource name constraints (1) (#19106)

xref: #17969, #19099, #18746
This commit is contained in:
Qiming Teng
2020-02-20 07:44:30 +08:00
committed by GitHub
parent e433c954d0
commit ceccbc049c
2 changed files with 33 additions and 3 deletions
@@ -631,6 +631,8 @@ So a webhook response to add that label would be:
## Webhook configuration
To register admission webhooks, create `MutatingWebhookConfiguration` or `ValidatingWebhookConfiguration` API objects.
The name of a `MutatingWebhookConfiguration` or a `ValidatingWebhookConfiguration` object must be a valid
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).
Each configuration can contain one or more webhooks.
If multiple webhooks are specified in a single configuration, each should be given a unique name.