Skip to content

Commit 99d86bb

Browse files
iamnoahmrueg
andauthored
another exp note
Co-authored-by: Manuel Rüger <[email protected]>
1 parent fdd0931 commit 99d86bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (o *Options) AddFlags() {
115115
o.flags.BoolVarP(&o.Version, "version", "", false, "kube-state-metrics build version information")
116116
o.flags.BoolVar(&o.EnableGZIPEncoding, "enable-gzip-encoding", false, "Gzip responses when requested by clients via 'Accept-Encoding: gzip' header.")
117117

118-
o.flags.StringVar(&o.CustomResourceConfig, "custom-resource-state-config", "", "Inline Custom Resource State Metrics config YAML")
118+
o.flags.StringVar(&o.CustomResourceConfig, "custom-resource-state-config", "", "Inline Custom Resource State Metrics config YAML (experimental)")
119119
o.flags.StringVar(&o.CustomResourceConfigFile, "custom-resource-state-config-file", "", "Path to a Custom Resource State Metrics config file (experimental)")
120120
}
121121

0 commit comments

Comments
 (0)