kubernetes/test/e2e/apps
Kubernetes Submit Queue 2ba2cc1321
Merge pull request #61615 from janetkuo/rm-adopt-hash
Automatic merge from submit-queue (batch tested with PRs 61790, 61808, 60339, 61615, 61757). 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>.

Deployment to stop adding pod-template-hash labels/selector on adoption

**What this PR does / why we need it**: This is a blocker for #55714, because ReplicaSet selector becomes immutable in `apps/v1`. With controller ref, Deployment's ReplicaSets and Pods can avoid fighting with each others without unique label/selector (pod-template-hash), so it's safe to stop adding hash label/selector on adoption. 

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #61433

**Special notes for your reviewer**: This is a behavioral change to Deployment controller that will affect all versions of Deployment APIs (`apps/v1`, `extensions/v1beta1`, `apps/v1beta1`, `apps/v1beta2`). 

**Release note**:

```release-note
Deployment will stop adding pod-template-hash labels/selector to ReplicaSets and Pods it adopts. Resources created by Deployments are not affected (will still have pod-template-hash labels/selector). 
```
2018-03-28 09:39:18 -07:00
..
BUILD removes custom scalers from kubectl 2018-03-26 19:33:42 +02:00
cronjob.go removes custom scalers from kubectl 2018-03-26 19:33:42 +02:00
daemon_restart.go controller-manager: switch to config/option struct pattern 2018-02-13 11:16:17 +01:00
daemon_set.go removes custom scalers from kubectl 2018-03-26 19:33:42 +02:00
deployment.go Merge pull request #61615 from janetkuo/rm-adopt-hash 2018-03-28 09:39:18 -07:00
disruption.go Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
framework.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
job.go removes custom scalers from kubectl 2018-03-26 19:33:42 +02:00
network_partition.go Remove unused variables (only assigned to) from test code. 2018-02-27 13:45:31 -08:00
OWNERS Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
rc.go Add framework.ConformanceIt as the new way to declare conformance tests. 2017-10-27 15:29:59 -07:00
replica_set.go ReplicaSet: Use apps/v1 RS in e2e test. 2018-03-20 09:10:40 -07:00
statefulset.go Conformance: Add StatefulSet tests. 2018-02-25 17:04:53 -08:00
types.go Enable batch/v1beta1.CronJobs by default 2017-09-03 11:17:33 +02:00