diff options
| author | Tim Hockin <thockin@google.com> | 2015-11-14 10:22:42 -0800 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-12-14 20:38:34 -0800 |
| commit | 2743354deee6a23c24c668b936c2a5729ae67f8f (patch) | |
| tree | f0342c40f38b9a931c8474183454f276e8ec747e | |
| parent | a9f7681b47118199a7b521b8b57224a37efdda79 (diff) | |
api-conventions: Namespace is label, not subdomain
| -rw-r--r-- | api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-conventions.md b/api-conventions.md index cd64435a..a6314f0b 100644 --- a/api-conventions.md +++ b/api-conventions.md @@ -152,7 +152,7 @@ These fields are required for proper decoding of the object. They may be populat Every object kind MUST have the following metadata in a nested object field called "metadata": -* namespace: a namespace is a DNS compatible subdomain that objects are subdivided into. The default namespace is 'default'. See [docs/user-guide/namespaces.md](../user-guide/namespaces.md) for more. +* namespace: a namespace is a DNS compatible label that objects are subdivided into. The default namespace is 'default'. See [docs/user-guide/namespaces.md](../user-guide/namespaces.md) for more. * name: a string that uniquely identifies this object within the current namespace (see [docs/user-guide/identifiers.md](../user-guide/identifiers.md)). This value is used in the path when retrieving an individual object. * uid: a unique in time and space value (typically an RFC 4122 generated identifier, see [docs/user-guide/identifiers.md](../user-guide/identifiers.md)) used to distinguish between objects with the same name that have been deleted and recreated |
