kubernetes/pkg
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
..
api Update bazel 2017-10-18 17:24:04 +02:00
apimachinery/tests update BUILD files 2017-10-15 18:18:13 -07:00
apis Merge pull request #53722 from deads2k/rbac-01-allow-star 2017-10-18 14:02:05 -07:00
auth Merge pull request #51416 from justinsb/fix_nodeidentitifer_godocs 2017-10-17 08:44:13 -07:00
bootstrap/api update BUILD files 2017-10-15 18:18:13 -07:00
capabilities update BUILD files 2017-10-15 18:18:13 -07:00
client Update bazel 2017-10-18 17:24:04 +02:00
cloudprovider Fixing a glog message to not print managed zones when it is empty 2017-10-17 22:46:58 -07:00
controller Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
credentialprovider update BUILD files 2017-10-15 18:18:13 -07:00
features update BUILD files 2017-10-15 18:18:13 -07:00
fieldpath update BUILD files 2017-10-15 18:18:13 -07:00
generated update BUILD files 2017-10-15 18:18:13 -07:00
hyperkube update BUILD files 2017-10-15 18:18:13 -07:00
kubeapiserver Update bazel 2017-10-18 17:24:04 +02:00
kubectl Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
kubelet Merge pull request #54062 from porridge/fix-typo-method 2017-10-18 13:11:23 -07:00
kubemark update BUILD files 2017-10-15 18:18:13 -07:00
master Update bazel 2017-10-18 17:24:04 +02:00
printers Update bazel 2017-10-18 17:24:04 +02:00
probe update BUILD files 2017-10-15 18:18:13 -07:00
proxy Merge pull request #47699 from supereagle/fix-typos 2017-10-17 02:35:52 -07:00
quota update BUILD files 2017-10-15 18:18:13 -07:00
registry Merge pull request #53722 from deads2k/rbac-01-allow-star 2017-10-18 14:02:05 -07:00
routes update BUILD files 2017-10-15 18:18:13 -07:00
security PodSecurityPolicy: avoid unnecessary securitycontext mutation 2017-10-16 02:22:10 -04:00
securitycontext SecurityContext: Add accessors/mutators for effective container security context 2017-10-16 02:22:10 -04:00
serviceaccount update BUILD files 2017-10-15 18:18:13 -07:00
ssh update BUILD files 2017-10-15 18:18:13 -07:00
util update BUILD files 2017-10-15 18:18:13 -07:00
version update BUILD files 2017-10-15 18:18:13 -07:00
volume Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
watch update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD Enable prometheus client metrics in apiserver 2017-10-04 15:21:41 +02:00
OWNERS