kubernetes/plugin/pkg/auth/authorizer/rbac
Kubernetes Submit Queue 7b43f922aa Merge pull request #42176 from enisoc/controller-ref-job
Automatic merge from submit-queue (batch tested with PRs 42177, 42176, 44721)

Job: 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 Job into full compliance with ControllerRef. See the individual commit messages for details.

**Which issue this PR fixes**:

This ensures that Job does not fight with other controllers over control of Pods.

Ref: #24433

**Special notes for your reviewer**:

**Release note**:

```release-note
Job controller now respects ControllerRef to avoid fighting over Pods.
```
cc @erictune @kubernetes/sig-apps-pr-reviews
2017-04-20 12:57:06 -07:00
..
bootstrappolicy Merge pull request #42176 from enisoc/controller-ref-job 2017-04-20 12:57:06 -07:00
BUILD Switch to pointer to policy rule, visit and short circuit during authorization 2017-04-20 10:52:53 -04:00
rbac.go Switch to pointer to policy rule, visit and short circuit during authorization 2017-04-20 10:52:53 -04:00
rbac_test.go Switch to pointer to policy rule, visit and short circuit during authorization 2017-04-20 10:52:53 -04:00
subject_locator.go Switch RBAC subject apiVersion to apiGroup in v1beta1 2017-02-13 15:33:09 -05:00
subject_locator_test.go Switch RBAC subject apiVersion to apiGroup in v1beta1 2017-02-13 15:33:09 -05:00