kubernetes/pkg/kubectl/cmd/testing
Kubernetes Submit Queue 5a2c473c1c Merge pull request #36085 from deads2k/cli-05-generic-print
Automatic merge from submit-queue

have basic kubectl crud agnostic of registered types

Makes `kubectl get` agnostic to scheme (baked in API types).  This means that it will now work against generic API servers that are "kube shaped".

This is similar to the work done for `kubectl create` last release.  I'll split out the smaller command.  `kubectl get` looks a lot different, but this eliminates all special casing for TPR in those cases.



@fabianofranz
2016-11-04 08:17:02 -07:00
..
BUILD move client/unversioned/fake to client/restclient/fake 2016-10-29 14:22:02 -07:00
fake.go Merge pull request #36085 from deads2k/cli-05-generic-print 2016-11-04 08:17:02 -07:00