Hi all,
I am new to kubectl operator , so just an RFE to start with: It would be more intuitive to use the common query syntax for the kubectl operator commands:
e.g:
replace:
kubectl operator catalog list -A
with:
kubectl operator get catalogs --all-namespaces
kubectl operator get catalog --all-namespaces
kubectl operator get catalog -A
Same thing for add and remove , that can respectively changed to create and delete