fix filename and sort order

This commit is contained in:
Kaito Ii
2022-08-09 23:17:20 +09:00
parent de8b1b40d2
commit 2cd6aaa8aa
2 changed files with 2 additions and 2 deletions

View File

@@ -27,9 +27,9 @@ var (
// DefaultResources represents the default set of resources in kube-state-metrics.
DefaultResources = ResourceSet{
"certificatesigningrequests": struct{}{},
"clusterrolebindings": struct{}{},
"clusterroles": struct{}{},
"configmaps": struct{}{},
"clusterrolebindings": struct{}{},
"cronjobs": struct{}{},
"daemonsets": struct{}{},
"deployments": struct{}{},
@@ -50,8 +50,8 @@ var (
"replicasets": struct{}{},
"replicationcontrollers": struct{}{},
"resourcequotas": struct{}{},
"roles": struct{}{},
"rolebindings": struct{}{},
"roles": struct{}{},
"secrets": struct{}{},
"serviceaccounts": struct{}{},
"services": struct{}{},