mirror of
https://github.com/Telecominfraproject/wlan-cloud-kube-state-metrics.git
synced 2025-11-01 11:07:50 +00:00
fix filename and sort order
This commit is contained in:
@@ -27,9 +27,9 @@ var (
|
|||||||
// DefaultResources represents the default set of resources in kube-state-metrics.
|
// DefaultResources represents the default set of resources in kube-state-metrics.
|
||||||
DefaultResources = ResourceSet{
|
DefaultResources = ResourceSet{
|
||||||
"certificatesigningrequests": struct{}{},
|
"certificatesigningrequests": struct{}{},
|
||||||
|
"clusterrolebindings": struct{}{},
|
||||||
"clusterroles": struct{}{},
|
"clusterroles": struct{}{},
|
||||||
"configmaps": struct{}{},
|
"configmaps": struct{}{},
|
||||||
"clusterrolebindings": struct{}{},
|
|
||||||
"cronjobs": struct{}{},
|
"cronjobs": struct{}{},
|
||||||
"daemonsets": struct{}{},
|
"daemonsets": struct{}{},
|
||||||
"deployments": struct{}{},
|
"deployments": struct{}{},
|
||||||
@@ -50,8 +50,8 @@ var (
|
|||||||
"replicasets": struct{}{},
|
"replicasets": struct{}{},
|
||||||
"replicationcontrollers": struct{}{},
|
"replicationcontrollers": struct{}{},
|
||||||
"resourcequotas": struct{}{},
|
"resourcequotas": struct{}{},
|
||||||
"roles": struct{}{},
|
|
||||||
"rolebindings": struct{}{},
|
"rolebindings": struct{}{},
|
||||||
|
"roles": struct{}{},
|
||||||
"secrets": struct{}{},
|
"secrets": struct{}{},
|
||||||
"serviceaccounts": struct{}{},
|
"serviceaccounts": struct{}{},
|
||||||
"services": struct{}{},
|
"services": struct{}{},
|
||||||
|
|||||||
Reference in New Issue
Block a user