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.
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 anykubectl get rabbitmq
will return all rabbit related objects.