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
Replace the typed rabbitmqv2.RabbitmqCluster usage in
removeRabbitmqClusterControllerReference with unstructured client.
This was the only code importing the rabbitmq cluster-operator types.
Remove the scheme registration from cmd/main.go and the CRD loading
from the envtest suite. The unstructured client does not need the
types registered in the scheme.
This eliminates a dependency that required a pinned replace directive
and complicated OCP version bumps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
0 commit comments