Difference between revisions of "Kind: ClusterRole"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
   
 
   
 
  Ref: https://stackoverflow.com/a/53524535
 
  Ref: https://stackoverflow.com/a/53524535
 +
 +
== Related ==
 +
* <code>[[groups:]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 09:51, 2 September 2022

kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  namespace: '*'
  name: pod-reader
rules:
- apiGroups: ["extensions", "apps", ""]
  resources: ["pods"]
  verbs: ["get", "list", "watch"]

Ref: https://stackoverflow.com/a/53524535

Related

See also

Advertising: