From 563aac03985a8757a189cc95ea0e54229fdb5fa7 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Mon, 17 Oct 2022 09:11:59 +0200 Subject: [PATCH] customresourcestate fix type indentation in example --- docs/customresourcestate-metrics.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/customresourcestate-metrics.md b/docs/customresourcestate-metrics.md index 963e5fc55b..3242cefdfd 100644 --- a/docs/customresourcestate-metrics.md +++ b/docs/customresourcestate-metrics.md @@ -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 ```