Updated imported docs with ./update-imported-docs.sh

This commit is contained in:
Maciej Szulik
2016-10-24 19:02:37 +02:00
parent de27c5c194
commit b506e647f3
101 changed files with 20638 additions and 3296 deletions
+1 -4
View File
@@ -12,7 +12,6 @@ Display one or many resources
Display one or many resources.
Valid resource types include:
* clusters (valid only for federation apiservers)
* componentstatuses (aka 'cs')
* configmaps (aka 'cm')
@@ -69,9 +68,7 @@ kubectl get -o json pod web-pod-13je7
kubectl get -f pod.yaml -o json
# Return only the phase value of the specified pod.
{% raw %}
kubectl get -o template pod/web-pod-13je7 --template={{.status.phase}}
{% endraw %}
# List all replication controllers and services together in ps output format.
kubectl get rc,services
@@ -132,7 +129,7 @@ kubectl get rc/web service/frontend pods/web-pod-13je7
###### Auto generated by spf13/cobra on 2-Sep-2016
###### Auto generated by spf13/cobra on 24-Oct-2016