Skip to content

Commit f7304dc

Browse files
authored
Merge pull request #2479 from Daividao/fix-outdated-registryfactory-comments
docs: Fix outdated RegistryFactory.MetricFamilyGenerators comments
2 parents 2762759 + 8359c10 commit f7304dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/customresource/registry_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type RegistryFactory interface {
5050
//
5151
// Example:
5252
//
53-
// func (f *FooFactory) MetricFamilyGenerators(allowAnnotationsList, allowLabelsList []string) []generator.FamilyGenerator {
53+
// func (f *FooFactory) MetricFamilyGenerators() []generator.FamilyGenerator {
5454
// return []generator.FamilyGenerator{
5555
// *generator.NewFamilyGeneratorWithStability(
5656
// "kube_foo_spec_replicas",

0 commit comments

Comments
 (0)