You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be great if we can list all of the resources in a scope - namespace/cluster without the need of specifying each resource
e.g.
List all of the resources within my-namespace
kubectl tree namespace my-namespace
List all of the resources within my-cluster
kubectl tree cluster my-cluster
The specified cluster name should be similar to the context name.
FYI I don't mind contributing this feature :)
The text was updated successfully, but these errors were encountered:
That may be useful to list all deployments in namespace or to list all resources within specific namespace
Also I'd prefer if syntax will be consistent with default kubectl arguments like -n/--namespace as argument and all as resource name
It will be great if we can list all of the resources in a scope - namespace/cluster without the need of specifying each resource
e.g.
List all of the resources within
my-namespace
List all of the resources within
my-cluster
The specified cluster name should be similar to the context name.
FYI I don't mind contributing this feature :)
The text was updated successfully, but these errors were encountered: