We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
labelSelector
addLabels
Would you like to contribute that?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: