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

Support to list query parameter "limit" / "continue" / "fieldSelector" #189

Open
ruioliveiras opened this issue Feb 2, 2023 · 1 comment

Comments

@ruioliveiras
Copy link

ruioliveiras commented Feb 2, 2023

Hello!

The pod list api in kubernetes has multiple attributes like "limit", "contiinue" and "fieldSelector".

In the list method I only see the labelSelector attribute.

It is possible currently to use the limit query parameter?

Best,
Rui

@joan38
Copy link
Owner

joan38 commented Feb 4, 2023

Hi @ruioliveiras,

Great suggestion! I think it would be an easy addition. Basically we just need to do the same as for the labelSelector. Check the addLabels function

Would you like to contribute that?

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

2 participants