problem: kubectl get --all does not return all resources, the idea would be to list as many resources as possible to list everything in the namespace...If the resource does not exist in the namespace it should not be rendered
All resources after get, should be shown to the user so they know which resources were queried.
eg.
kubectl get pods,secrets,deployment,svc,ing,pods,hpa, -n apiauth -owide
problem: kubectl get --all does not return all resources, the idea would be to list as many resources as possible to list everything in the namespace...If the resource does not exist in the namespace it should not be rendered
All resources after get, should be shown to the user so they know which resources were queried.
eg.
kubectl get pods,secrets,deployment,svc,ing,pods,hpa, -n apiauth -owide