kubernetes/test/integration
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
..
apiserver use core client with explicit version globally 2017-10-27 15:48:32 +08:00
auth admission: wire create+update validation func into kube registries 2017-11-02 09:29:16 +01:00
client use core client with explicit version globally 2017-10-27 15:48:32 +08:00
configmap use core client with explicit version globally 2017-10-27 15:48:32 +08:00
daemonset Initial integration test setup for DaemonSet controller 2017-10-31 10:53:30 -07:00
defaulttolerationseconds update BUILD files 2017-10-15 18:18:13 -07:00
deployment convert testOverlappingDeployment e2e test to integration test 2017-10-31 11:39:27 -07:00
etcd Merge pull request #53679 from kow3ns/workloadsv1 2017-11-03 15:17:16 -07:00
evictions use core client with explicit version globally 2017-10-27 15:48:32 +08:00
examples update BUILD files 2017-10-15 18:18:13 -07:00
framework use core client with explicit version globally 2017-10-27 15:48:32 +08:00
garbagecollector use core client with explicit version globally 2017-10-27 15:48:32 +08:00
master update BUILD files 2017-10-15 18:18:13 -07:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
objectmeta update BUILD files 2017-10-15 18:18:13 -07:00
openshift update BUILD files 2017-10-15 18:18:13 -07:00
pods update BUILD files 2017-10-15 18:18:13 -07:00
quota admission: unify plugin constructors 2017-10-30 16:56:38 +01:00
replicaset use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replicationcontroller optimize-intergration-test-rc 2017-10-31 10:19:27 +08:00
scale Test scale subresource discovery 2017-10-27 23:57:39 -04:00
scheduler use core client with explicit version globally 2017-10-27 15:48:32 +08:00
scheduler_perf use core client with explicit version globally 2017-10-27 15:48:32 +08:00
secrets use core client with explicit version globally 2017-10-27 15:48:32 +08:00
serviceaccount update BUILD files 2017-10-15 18:18:13 -07:00
storageclasses use core client with explicit version globally 2017-10-27 15:48:32 +08:00
ttlcontroller update BUILD files 2017-10-15 18:18:13 -07:00
volume Update bazel 2017-10-18 17:24:04 +02:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
BUILD Merge pull request #52192 from liyinan926/ds-tests 2017-10-31 13:22:20 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00