kubernetes/pkg/kubectl/cmd/util
Kubernetes Submit Queue 2ecb368026
Merge pull request #53679 from kow3ns/workloadsv1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Workloads V1

**What this PR does / why we need it**: This PR promotes the Deployment, ReplicaSet, and DaemonSet StatefulSet, ControllerRevision kinds to the apps/v1 group version.

https://github.com/kubernetes/features/issues/353

**Special notes for your reviewer**:
There will be at least two followups to this PR. The first to add a scale sub-resource when the correct location is resolved, and the second to deal with Conditions in the workloads API.

While it would have been preferable to move the kinds individually providing a lesser burden on reviewers, this proved impracticable due to the intricacies of version resolution in kubectl for objects of the different kinds in the same group.  

```release-note
DaemonSet, Deployment, ReplicaSet, and StatefulSet have been promoted to GA and are available in the apps/v1 group version.
```
2017-11-03 15:17:16 -07:00
..
editor switch some commands to use its own scheme 2017-10-27 18:31:42 -07:00
env Added comments & examples/tests to kubectl env package 2017-10-29 20:23:20 -02:00
jsonmerge update BUILD files 2017-10-15 18:18:13 -07:00
openapi Update kube-openapi to use validation 2017-11-02 09:25:03 -07:00
sanity update BUILD files 2017-10-15 18:18:13 -07:00
BUILD discovery client not depend on pkg/api/legacyscheme 2017-11-02 14:59:21 -07:00
cached_discovery_test.go kubectl: Remove swagger 1.2 entirely. 2017-10-10 14:50:56 -07:00
cached_discovery.go discovery client not depend on pkg/api/legacyscheme 2017-11-02 14:59:21 -07:00
clientcache.go Remove all traces of federation 2017-10-26 13:37:37 -07:00
factory_builder.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
factory_client_access.go Remove all traces of federation 2017-10-26 13:37:37 -07:00
factory_object_mapping_test.go remove registry from testing/fixture.go; update client-gen to not use 2017-05-04 11:30:51 -07:00
factory_object_mapping.go gets the correct version of kubernetes client for DaemonSet and StatefulSet History and Rollback and updates test-cmd for new versions 2017-11-03 10:16:50 -07:00
factory_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
factory.go Remove all traces of federation 2017-10-26 13:37:37 -07:00
helpers_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
helpers.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
printing.go Move printing the valid resource types to a function 2017-10-30 23:45:45 -04:00
shortcut_restmapper_test.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
shortcut_restmapper.go move category expansion out of restmapper 2017-03-27 13:54:05 -04:00