Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to list all resources in a given namespace #206

Open
jinnovation opened this issue Jun 4, 2024 · 1 comment
Open

Ability to list all resources in a given namespace #206

jinnovation opened this issue Jun 4, 2024 · 1 comment

Comments

@jinnovation
Copy link
Owner

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

  • Function implemented to list all resources in a given namespace using the kele-list interface
  • Resource-specific suffix added to kele-resource allowing users to list all resources belonging to a specific namespace
@jinnovation
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant