Updating namespaces to be DNS labels instead of DNS names.

This commit is contained in:
Vishnu Kannan
2015-05-12 15:13:03 -07:00
parent 969023f3ec
commit d10af89493
7 changed files with 51 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ type Namespace struct {
}
```
A *Namespace* name is a DNS compatible subdomain.
A *Namespace* name is a DNS compatible label.
A *Namespace* must exist prior to associating content with it.