mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue (batch tested with PRs 62025, 63851, 64077, 63967, 63991). 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>. Make kubectl could create clusterrole with aggregation rules **What this PR does / why we need it**: The clusterrole aggregation rule features are available since v1.9: https://kubernetes.io/docs/admin/authorization/rbac/#aggregated-clusterroles This patch makes kubectl could create clusterrole with aggregation rules. **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 # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` |
||
---|---|---|
.. | ||
BUILD | ||
create.go | ||
create_clusterrole.go | ||
create_clusterrole_test.go | ||
create_clusterrolebinding.go | ||
create_clusterrolebinding_test.go | ||
create_configmap.go | ||
create_configmap_test.go | ||
create_deployment.go | ||
create_deployment_test.go | ||
create_job.go | ||
create_job_test.go | ||
create_namespace.go | ||
create_namespace_test.go | ||
create_pdb.go | ||
create_pdb_test.go | ||
create_priorityclass.go | ||
create_priorityclass_test.go | ||
create_quota.go | ||
create_quota_test.go | ||
create_role.go | ||
create_role_test.go | ||
create_rolebinding.go | ||
create_rolebinding_test.go | ||
create_secret.go | ||
create_secret_test.go | ||
create_service.go | ||
create_service_test.go | ||
create_serviceaccount.go | ||
create_serviceaccount_test.go | ||
create_test.go | ||
flags.go |