Merge pull request #34716 from dmarinere/patch-1

added access to the statements explaining cluster role
This commit is contained in:
Kubernetes Prow Robot
2022-07-16 07:56:53 -07:00
committed by GitHub
@@ -54,8 +54,8 @@ it can't be both.
ClusterRoles have several uses. You can use a ClusterRole to:
1. define permissions on namespaced resources and be granted within individual namespace(s)
1. define permissions on namespaced resources and be granted across all namespaces
1. define permissions on namespaced resources and be granted access within individual namespace(s)
1. define permissions on namespaced resources and be granted access across all namespaces
1. define permissions on cluster-scoped resources
If you want to define a role within a namespace, use a Role; if you want to define