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 337c9d8 commit 790f5e0Copy full SHA for 790f5e0
pkg/utils/cluster.go
@@ -63,6 +63,7 @@ func HasAPIResourceWithLogger(mgr ctrl.Manager, obj client.Object, logger logr.L
63
// Check if the specific kind exists in the resource list
64
for _, res := range apiResources.APIResources {
65
if res.Kind == gvk.Kind {
66
+ logger.Info("API resource kind found in group/version", "kind", res.Kind)
67
return true
68
}
69
0 commit comments