mirror of
https://github.com/Telecominfraproject/wlan-cloud-kube-state-metrics.git
synced 2025-10-30 02:02:25 +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 = 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{}{},
|
||||
|
||||
Reference in New Issue
Block a user