rabbitmq / messaging-topology-operator

RabbitMQ messaging topology operator
Mozilla Public License 2.0
130 stars 66 forks source link

Remove 'all' category from CRDs #809

Closed Zerpet closed 6 months ago

Zerpet commented 6 months ago

This closes #753

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed Note to contributors: remember to re-generate client set if there are any API changes

Summary Of Changes

Remove our CRDs from 'all' category.

Additional Context

Having all our CRDs in 'all' category can significantly slowdown the response time of kubectl get all. In addition we are not suppoused to modify 'all' category. Our CRDs are still in the 'rabbitmq' category, so that any kubectl get rabbitmq will return all rabbit related objects.