2018-12-12 18:18:00 +01:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
kind: ClusterRole
|
|
|
|
metadata:
|
2020-03-18 15:13:47 +01:00
|
|
|
labels:
|
|
|
|
app.kubernetes.io/name: kube-state-metrics
|
2020-03-18 20:58:42 +01:00
|
|
|
app.kubernetes.io/version: 1.9.5
|
2018-12-12 18:18:00 +01:00
|
|
|
name: kube-state-metrics
|
|
|
|
rules:
|
|
|
|
- apiGroups:
|
|
|
|
- ""
|
|
|
|
resources:
|
|
|
|
- configmaps
|
|
|
|
- secrets
|
|
|
|
- nodes
|
|
|
|
- pods
|
|
|
|
- services
|
|
|
|
- resourcequotas
|
|
|
|
- replicationcontrollers
|
|
|
|
- limitranges
|
|
|
|
- persistentvolumeclaims
|
|
|
|
- persistentvolumes
|
|
|
|
- namespaces
|
|
|
|
- endpoints
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- extensions
|
|
|
|
resources:
|
|
|
|
- daemonsets
|
|
|
|
- deployments
|
|
|
|
- replicasets
|
2019-08-08 22:09:53 +02:00
|
|
|
- ingresses
|
2018-12-12 18:18:00 +01:00
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- apps
|
|
|
|
resources:
|
|
|
|
- statefulsets
|
|
|
|
- daemonsets
|
|
|
|
- deployments
|
|
|
|
- replicasets
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- batch
|
|
|
|
resources:
|
|
|
|
- cronjobs
|
|
|
|
- jobs
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- autoscaling
|
|
|
|
resources:
|
|
|
|
- horizontalpodautoscalers
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- authentication.k8s.io
|
|
|
|
resources:
|
|
|
|
- tokenreviews
|
|
|
|
verbs:
|
|
|
|
- create
|
|
|
|
- apiGroups:
|
|
|
|
- authorization.k8s.io
|
|
|
|
resources:
|
|
|
|
- subjectaccessreviews
|
|
|
|
verbs:
|
|
|
|
- create
|
2019-02-01 14:52:53 +01:00
|
|
|
- apiGroups:
|
|
|
|
- policy
|
|
|
|
resources:
|
|
|
|
- poddisruptionbudgets
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
2019-08-08 22:09:53 +02:00
|
|
|
- apiGroups:
|
|
|
|
- certificates.k8s.io
|
|
|
|
resources:
|
|
|
|
- certificatesigningrequests
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- storage.k8s.io
|
|
|
|
resources:
|
|
|
|
- storageclasses
|
2020-03-18 15:13:47 +01:00
|
|
|
- volumeattachments
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- admissionregistration.k8s.io
|
|
|
|
resources:
|
|
|
|
- mutatingwebhookconfigurations
|
|
|
|
- validatingwebhookconfigurations
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- networking.k8s.io
|
|
|
|
resources:
|
|
|
|
- networkpolicies
|
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|
|
|
|
- apiGroups:
|
|
|
|
- coordination.k8s.io
|
|
|
|
resources:
|
|
|
|
- leases
|
2019-08-08 22:09:53 +02:00
|
|
|
verbs:
|
|
|
|
- list
|
|
|
|
- watch
|