Skip to content

Commit

Permalink
Merge pull request kubernetes#1856 from chrischdi/ksm-cr-fix-docs
Browse files Browse the repository at this point in the history
customresourcestate fix type indentation in example
  • Loading branch information
k8s-ci-robot committed Oct 17, 2022
2 parents b909c01 + 563aac0 commit 339b134
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/customresourcestate-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ spec:
metrics:
- name: active_count
help: "Count of active Foo"
type: Gauge
...
each:
type: Gauge
...
- --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,foos,horizontalpodautoscalers,ingresses,jobs,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments,verticalpodautoscalers
```

Expand Down

0 comments on commit 339b134

Please sign in to comment.