-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CRDs instead of client libraries with RabbitMQ cluster operator (#…
…271) * Have Broker use rabbitmq CRDs * check the status of resources. if rabbitmq operator is missing, remove finalizers * dump rabbit ns logs too * dump rabbit resources * wait for pods before messaging topology * break the Broker tests into two * swap direct / dlq order * try using crds for trigger also * status updates * actually set dependency to true if binding / queue become ready * proper ownerrefs * right bindingkey * grab the latest operator * source is not dlx * more recent rabbitmqcluster, eventing * recombine broker tests again * update unit tests to match new failure behaviour * test name match new exchange name * missed some other places * lasigh * testnames match * revert to previous version * oh jeez... * try v0.5.1 * try v0.6.0
- Loading branch information
Showing
18 changed files
with
614 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ rules: | |
- apiGroups: | ||
- rabbitmq.com | ||
resources: | ||
- bindings | ||
- exchanges | ||
- queues | ||
verbs: | ||
|
Oops, something went wrong.