Difference between revisions of "ApiGroups:"
Jump to navigation
Jump to search
↑ https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1182188
Line 8: | Line 8: | ||
+ | == See also == | ||
+ | * {{ClusterRole}} | ||
− | + | [[Category:K8s]] | |
− |
Latest revision as of 12:58, 31 October 2023
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: cluster-read-only-role [1] rules: - apiGroups: ["*"] resources: ["*"] verbs: ["get","watch","list"] - nonResourceURLs: - /metrics verbs: - get
See also[edit]
Advertising: