You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-11-12T14:54:35.756-0500 ERROR controller.tenancycommon Reconciler error {"reconciler group": "tenancy.acme.com", "reconciler kind": "TenancyCommon", "name": "tenancycommon-sample", "namespace": "", "error": "unable to complete Check-Ready phase for TenancyCommon, unable to determine if resources are ready, unable to determine ready status for resource, unable to convert metav1.Obect to runtime.Object"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/Users/jeffda/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227
we should instead use the client.Object interface for all of these calls it's more versatile and include both metav1.object and runtime.Object, it's also the recommended interface for operators to use
tracked back to
operator-builder-tools/pkg/resources/resources.go
Line 44 in a10f323
The text was updated successfully, but these errors were encountered: