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
Note that we've introduced kind-specific columns in #146 etc. When listing all resources, let's ignore kind-specific columns and only show the 'default' fields, e.g. name, namespace, etc.
Currently,
kele-list
functionality is somewhat limited -- one group-version-kind + namespace combo, and that's it.Let's add functionality analogous to
kubectl get all
that lists all of the resources in a given namespace.With this, we can add a resource-specific suffix to
kele-resource
for namespaces e.g.[l]ist all resources
.Definition of Done
kele-list
interfacekele-resource
allowing users to list all resources belonging to a specific namespaceThe text was updated successfully, but these errors were encountered: