Update style-guide.md (#8017)

* Update style-guide.md

Added kubectl and Minikube to the Kubernetes.io word list. Please review.

* Update style-guide.md

Added Persistent Volumes and Salt to the Kubernetes.io word list. Please review.

* Update style-guide.md

removed PersistentVolumes and Salt from the list
This commit is contained in:
Rajakavitha1 2018-04-27 03:00:27 +05:30 committed by k8s-ci-robot
parent 8046684b5f
commit 89376986cb
1 changed files with 3 additions and 1 deletions

View File

@ -179,8 +179,10 @@ A list of Kubernetes-specific terms and words to be used consistently across the
<table>
<tr><th>Term</th><th>Usage</th></tr>
<tr><td>Kubernetes</td><td>Kubernetes should always be capitalized.</td></tr>
<tr><td>Docker</td><td>Docker should always be capitalized.</td></tr>
<tr><td>Kubernetes</td><td>Kubernetes should always be capitalized.</td></tr>
<tr><td>kubectl</td><td>kubectl should always not be capitalized.</td></tr>
<tr><td>Minikube</td><td>Minikube should always be capitalized.</td></tr>
<tr><td>SIG Docs</td><td>SIG Docs rather than SIG-DOCS or other variations.</td></tr>
</table>