Merge pull request #3943 from erictune/api-conventions-version-dns-label

Document version string pattern
This commit is contained in:
Kubernetes Prow Robot 2019-07-31 18:00:14 -07:00 committed by GitHub
commit 06a3d27ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -86,6 +86,12 @@ word names ("extensions", "apps"), and any group name ending in "*.k8s.io" for
its sole use. When choosing a group name, we recommend selecting a subdomain its sole use. When choosing a group name, we recommend selecting a subdomain
your group or organization owns, such as "widget.mycompany.com". your group or organization owns, such as "widget.mycompany.com".
Version strings should match
[DNS_LABEL](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/identifiers.md)
format.
Resource collections should be all lowercase and plural, whereas kinds are Resource collections should be all lowercase and plural, whereas kinds are
CamelCase and singular. Group names must be lower case and be valid DNS CamelCase and singular. Group names must be lower case and be valid DNS
subdomains. subdomains.