Skip to content

Commit 339b134

Browse files
authored
Merge pull request #1856 from chrischdi/ksm-cr-fix-docs
customresourcestate fix type indentation in example
2 parents b909c01 + 563aac0 commit 339b134

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/customresourcestate-metrics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ spec:
4343
metrics:
4444
- name: active_count
4545
help: "Count of active Foo"
46-
type: Gauge
47-
...
46+
each:
47+
type: Gauge
48+
...
4849
- --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
4950
```
5051

0 commit comments

Comments
 (0)