Skip to content

Commit 2cd6aaa

Browse files
committed
fix filename and sort order
1 parent de8b1b4 commit 2cd6aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/options/resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ var (
2727
// DefaultResources represents the default set of resources in kube-state-metrics.
2828
DefaultResources = ResourceSet{
2929
"certificatesigningrequests": struct{}{},
30+
"clusterrolebindings": struct{}{},
3031
"clusterroles": struct{}{},
3132
"configmaps": struct{}{},
32-
"clusterrolebindings": struct{}{},
3333
"cronjobs": struct{}{},
3434
"daemonsets": struct{}{},
3535
"deployments": struct{}{},
@@ -50,8 +50,8 @@ var (
5050
"replicasets": struct{}{},
5151
"replicationcontrollers": struct{}{},
5252
"resourcequotas": struct{}{},
53-
"roles": struct{}{},
5453
"rolebindings": struct{}{},
54+
"roles": struct{}{},
5555
"secrets": struct{}{},
5656
"serviceaccounts": struct{}{},
5757
"services": struct{}{},

0 commit comments

Comments
 (0)