Skip to content

Commit 001c327

Browse files
authored
Merge pull request #6762 from ykakarap/runtime-sdk-catalog-path-fix
🌱 runtime sdk catalog path fix
2 parents 6bbd126 + 300541c commit 001c327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/runtime/catalog/catalog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func New() *Catalog {
105105
gvhToHookDescriptor: map[GroupVersionHook]hookDescriptor{},
106106
openAPIDefinitions: []OpenAPIDefinitionsGetter{},
107107
// 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"),
108+
catalogName: naming.GetNameFromCallsite("sigs.k8s.io/cluster-api/exp/runtime/catalog/catalog.go"),
109109
}
110110
}
111111

0 commit comments

Comments
 (0)