Difference between revisions of "Kind: ClusterRole"
Jump to navigation
Jump to search
(Created page with "{{lc}}") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | kind: ClusterRole | ||
+ | apiVersion: rbac.authorization.k8s.io/v1 | ||
+ | metadata: | ||
+ | namespace: '*' | ||
+ | name: pod-reader | ||
+ | rules: | ||
+ | - apiGroups: ["extensions", "apps", ""] | ||
+ | resources: ["pods"] | ||
+ | verbs: ["get", "list", "watch"] |
Revision as of 16:22, 25 August 2022
kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: namespace: '*' name: pod-reader rules: - apiGroups: ["extensions", "apps", ""] resources: ["pods"] verbs: ["get", "list", "watch"]
Advertising: