File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : rbac.authorization.k8s.io/v1
3+ kind : ClusterRole
4+ metadata :
5+ name : kube-state-metrics-custom-resource-capv
6+ labels :
7+ kube-state-metrics/aggregate-to-manager : " true"
8+ rules :
9+ - apiGroups :
10+ - infrastructure.cluster.x-k8s.io
11+ resources :
12+ - vsphereclusters
13+ - vsphereclusteridentities
14+ - vspheredeploymentzones
15+ - vspherefailuredomains
16+ - vspheremachines
17+ - vspherevms
18+ verbs :
19+ - get
20+ - list
21+ - watch
Original file line number Diff line number Diff line change 1+ resources :
2+ - ./crd-clusterrole.yaml
3+
4+ namespace : observability
5+
6+ configMapGenerator :
7+ - name : kube-state-metrics-crd-config-capv
8+ files :
9+ - capv.yaml=crd-metrics-config.yaml
10+ options :
11+ disableNameSuffixHash : true
12+ labels :
13+ kube-state-metrics/custom-resource : " true"
You can’t perform that action at this time.
0 commit comments