kubernetes/test/integration
Kubernetes Submit Queue ae1ff1a2d4 Merge pull request #48746 from janetkuo/apps-v1beta2
Automatic merge from submit-queue

Add a new API version apps/v1beta2

xref: #49135
This PR adds a new API version `apps/v1beta2` which contains a copy (of types, conversions, and defaults) of `apps/v1beta1` StatefulSet, Deployment, and their subresources. Note that `apps/v1beta2` is still WIP and we will make breaking changes to it before releasing 1.8.

Moving core controllers (StatefulSet, Deployment, ReplicaSet, DaemonSet) to `apps/v1beta2` is the first step of moving them to `apps/v1` (GA). 

This PR is a starting point for DaemonSet and ReplicaSet to move from `/extensions` to `/apps` and for Deployment and StatefulSet to make some breaking changes (e.g. new defaults and/or remove deprecated fields).

```release-note
Add a new API version apps/v1beta2
```
2017-07-21 11:47:21 -07:00
..
apiserver Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
auth add integration testing for bootstrap token auth 2017-07-20 22:34:21 +08:00
client Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
configmap Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
defaulttolerationseconds Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
deployment Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
etcd Add new API version apps/v1beta2 2017-07-20 10:25:21 -07:00
evictions Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
examples use testmain in integration tests 2017-07-12 17:34:55 -07:00
federation Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
framework Addressed reviewer comments 2017-07-20 14:59:18 -07:00
garbagecollector Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
kubectl use testmain in integration tests 2017-07-12 17:34:55 -07:00
master Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
metrics Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
objectmeta Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
openshift use testmain in integration tests 2017-07-12 17:34:55 -07:00
pods Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
quota tighten quota controller interface 2017-07-19 15:36:45 -04:00
replicaset Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
replicationcontroller Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
scheduler Addressed reviewer comments 2017-07-20 14:59:18 -07:00
scheduler_perf Merge pull request #46117 from ravisantoshgudimetla/scheduler_perf_arch 2017-07-20 17:02:47 -07:00
secrets Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
serviceaccount Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
storageclasses Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
ttlcontroller Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
volume Move pkg/api/v1/ref -> client-go/tools/reference 2017-07-18 22:45:43 +02:00
benchmark-controller.json build/pause: write in C 2016-05-04 21:45:52 -04:00
BUILD Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go add integration testing for bootstrap token auth 2017-07-20 22:34:21 +08:00