kubernetes/pkg/apis/rbac
Kubernetes Submit Queue 900c0761e3 Merge pull request #53722 from deads2k/rbac-01-allow-star
Automatic merge from submit-queue. 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>.

allow */subresource in rbac policy rules

xref #29698
xref #38756
xref #49504
xref #38810

Allow `*/subresource` format in RBAC policy rules to support polymorphic subresources like `*/scale` for HPA.

@DirectXMan12 fyi

```release-note
RBAC PolicyRules now allow resource=`*/<subresource>` to cover `any-resource/<subresource>`.   For example, `*/scale` covers `replicationcontroller/scale`.
```
2017-10-18 14:02:05 -07:00
..
fuzzer update BUILD files 2017-10-15 18:18:13 -07:00
install Update bazel 2017-10-18 17:24:04 +02:00
v1 update BUILD files 2017-10-15 18:18:13 -07:00
v1alpha1 Update bazel 2017-10-18 17:24:04 +02:00
v1beta1 update BUILD files 2017-10-15 18:18:13 -07:00
validation update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
doc.go stop generating openapi schemas for internal types 2016-12-09 02:41:45 -05:00
helpers_test.go Merge pull request #53722 from deads2k/rbac-01-allow-star 2017-10-18 14:02:05 -07:00
helpers.go allow */subresource in rbac policy rules 2017-10-16 16:17:51 -04:00
OWNERS Add enj as reviewer to OWNERS 2017-08-17 20:42:46 -04:00
register.go apimachinery: handle duplicated and conflicting type registration 2017-02-27 21:58:21 +01:00
types.go allow */subresource in rbac policy rules 2017-10-16 16:17:51 -04:00
zz_generated.deepcopy.go update generated deepcopy code 2017-07-31 22:33:00 +08:00