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 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{}{},