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.
2 parents 6bbd126 + 300541c commit 001c327Copy full SHA for 001c327
exp/runtime/catalog/catalog.go
@@ -105,7 +105,7 @@ func New() *Catalog {
105
gvhToHookDescriptor: map[GroupVersionHook]hookDescriptor{},
106
openAPIDefinitions: []OpenAPIDefinitionsGetter{},
107
// Note: We have to ignore the current file so that GetNameFromCallsite retrieves the name of the caller of New (the parent).
108
- catalogName: naming.GetNameFromCallsite("sigs.k8s.io/cluster-api/internal/runtime/catalog/catalog.go"),
+ catalogName: naming.GetNameFromCallsite("sigs.k8s.io/cluster-api/exp/runtime/catalog/catalog.go"),
109
}
110
111
0 commit comments