kubernetes/test/utils
Kubernetes Submit Queue 2a3144e377
Merge pull request #61367 from enisoc/apps-v1-rs
Automatic merge from submit-queue (batch tested with PRs 60980, 61273, 60811, 61021, 61367). 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>.

Use apps/v1 ReplicaSet in controller and tests.

This updates the RS/RC controller and RS integration/e2e tests to use apps/v1 ReplicaSet, as part of #55714.

It does *not* update the Deployment controller, nor its integration/e2e tests, to use apps/v1 ReplicaSet. That will be done in a separate PR (#61419) because Deployment has many more tendrils embedded throughout the system.

```release-note
Conformance: ReplicaSet must be supported in the `apps/v1` version.
```

/assign @janetkuo
2018-03-22 02:08:27 -07:00
..
image Merge pull request #54300 from jsafrane/fix-test-images 2018-03-19 20:34:22 -07:00
junit update BUILD files 2017-10-15 18:18:13 -07:00
BUILD hack/update-bazel.sh 2018-03-20 11:15:36 -07:00
conditions.go fix-todo 2017-09-25 15:42:21 +08:00
create_resources.go Include EOF errors also as retryable errors 2018-02-27 15:32:44 +01:00
delete_resources.go Add retries to resource deletions in testing framework 2018-03-01 15:18:46 +01:00
density_utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
deployment.go add basic functionality deployment integration tests 2018-02-01 16:21:07 -08:00
pod_store.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replicaset.go ReplicaSet: Use apps/v1 RS in integration test. 2018-03-20 11:15:36 -07:00
runners.go Wait for only enough no. of RC replicas to be running in testutil 2018-03-19 14:22:18 +01:00
tmpdir.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
update_resources.go Move retry-based updates to a different pkg 2018-02-26 13:54:02 +01:00