github.com/m3db/m3@v1.5.0/scripts/vagrant/provision/manifests/kube-prometheus/prometheus-adapter-clusterRole.yaml (about)

     1  apiVersion: rbac.authorization.k8s.io/v1
     2  kind: ClusterRole
     3  metadata:
     4    name: prometheus-adapter
     5  rules:
     6  - apiGroups:
     7    - ""
     8    resources:
     9    - nodes
    10    - namespaces
    11    - pods
    12    - services
    13    verbs:
    14    - get
    15    - list
    16    - watch