We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3999436 commit 2e19a83Copy full SHA for 2e19a83
pkg/customresourcestate/registry_factory.go
@@ -91,7 +91,7 @@ func compileFamily(f Generator, resource Resource) (*compiledFamily, error) {
91
errorLogV = resource.ErrorLogV
92
}
93
94
- help := fmt.Sprintf("%s for %s/%s/%s", f.Help, resource.GroupVersionKind.Group, resource.GroupVersionKind.Version, resource.GroupVersionKind.Kind)
+ help := fmt.Sprintf("%s for %s", f.Help, resource.GroupVersionKind)
95
96
return &compiledFamily{
97
Name: fullName(resource, f),
0 commit comments