k3s/pkg/client
Kubernetes Submit Queue d306acca86 Merge pull request #42175 from enisoc/controller-ref-dep
Automatic merge from submit-queue

Deployment: Fully Respect ControllerRef

**What this PR does / why we need it**:

This is part of the completion of the [ControllerRef](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md) proposal. It brings Deployment into full compliance with ControllerRef. See the individual commit messages for details.

**Which issue this PR fixes**:

This ensures that Deployment does not fight with other controllers over control of Pods and ReplicaSets.

Ref: https://github.com/kubernetes/kubernetes/issues/24433

**Special notes for your reviewer**:

**Release note**:

```release-note
Deployment now fully respects ControllerRef to avoid fighting over Pods and ReplicaSets. At the time of upgrade, **you must not have Deployments with selectors that overlap**, or else [ownership of ReplicaSets may change](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md#upgrading).
```
cc @erictune @kubernetes/sig-apps-pr-reviews
2017-03-07 20:44:36 -08:00
..
chaosclient start the apimachinery repo 2017-01-11 09:09:48 -05:00
clientset_generated Generated changes for cleaning batch/v2alpha1 2017-03-06 12:26:52 +01:00
conditions mechanical 2017-01-16 09:35:12 -05:00
informers/informers_generated Generated changes for cleaning batch/v2alpha1 2017-03-06 12:26:52 +01:00
leaderelection fix LeaderTransitions always zero 2017-02-28 16:10:30 +08:00
listers Merge pull request #42175 from enisoc/controller-ref-dep 2017-03-07 20:44:36 -08:00
metrics Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
retry mechanical 2017-01-16 09:35:12 -05:00
testdata Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
tests Switch watch prefixes to params 2017-02-22 08:54:08 -05:00
unversioned Fix references to PetSet 2017-02-13 13:40:34 -08:00
OWNERS add liggitt to apimachinery/apiserver packages 2017-02-03 12:24:22 -05:00