Updating components to use v1beta3

This commit is contained in:
nikhiljindal
2015-04-02 13:15:39 -07:00
parent e49424785e
commit f2b72931fc
16 changed files with 40 additions and 35 deletions

View File

@@ -30,7 +30,7 @@ $ kubectl get replicationController web
$ kubectl get -o json pod web-pod-13je7
// Return only the status value of the specified pod.
$ kubectl get -o template web-pod-13je7 --template={{.currentState.status}}
$ kubectl get -o template web-pod-13je7 --template={{.currentState.status}} --api-version=v1beta1
// List all replication controllers and services together in ps output format.
$ kubectl get rc,services

View File

@@ -176,7 +176,7 @@ $ kubectl get replicationController web
$ kubectl get \-o json pod web\-pod\-13je7
// Return only the status value of the specified pod.
$ kubectl get \-o template web\-pod\-13je7 \-\-template=\{\{.currentState.status\}\}
$ kubectl get \-o template web\-pod\-13je7 \-\-template=\{\{.currentState.status\}\} \-\-api\-version=v1beta1
// List all replication controllers and services together in ps output format.
$ kubectl get rc,services