Namespace is a DNS_LABEL

This commit is contained in:
Mikhail Mazurskiy 2018-01-06 21:54:57 +11:00
parent f0bf18bc84
commit 0505c23145
No known key found for this signature in database
GPG Key ID: 93551ECC96E2F568
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ suffix) to create a unique Name. For situations where generating a name is
impractical, some or all objects may support a param to auto-generate a name.
Generating random names will defeat idempotency.
* Examples: "guestbook.user", "backend-x4eb1"
2. When an object is created via an API, a Namespace string (a DNS_SUBDOMAIN?
format TBD via #1114) may be specified. Depending on the API receiver,
2. When an object is created via an API, a Namespace string (a DNS_LABEL)
may be specified. Depending on the API receiver,
namespaces might be validated (e.g. apiserver might ensure that the namespace
actually exists). If a namespace is not specified, one will be assigned by the
API receiver. This assignment policy might vary across API receivers (e.g.