Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 97a5d37841 Merge pull request #40848 from smarterclayton/serverside_get
Automatic merge from submit-queue (batch tested with PRs 46432, 46701, 46326, 40848, 46396)

Add a server side Get operation

Implement proposal kubernetes/community#363

```release-note
The Kubernetes API supports retrieving tabular output for API resources via a new mime-type `application/json;as=Table;v=v1alpha1;g=meta.k8s.io`.  The returned object (if the server supports it) will be of type `meta.k8s.io/v1alpha1` with `Table`, and contain column and row information related to the resource.  Each row will contain information about the resource - by default it will be the object metadata, but callers can add the `?includeObject=Object` query parameter and receive the full object.  In the future kubectl will use this to retrieve the results of `kubectl get`.
```
2017-06-02 11:47:11 -07:00
..
2017-05-31 15:08:25 -07:00
2016-10-29 20:24:54 -07:00
2017-05-19 10:56:35 +08:00
2017-03-02 01:00:48 -05:00
2017-05-18 16:48:13 -07:00
2017-05-11 20:09:31 +08:00
2017-05-18 16:48:13 -07:00
2017-05-18 16:48:13 -07:00
2017-05-15 13:51:39 -07:00