godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
962 stars 192 forks source link

Filter or Sort in fetch List #693

Open arjaiswa opened 3 years ago

arjaiswa commented 3 years ago

Do you have any options to set any filter or sort while fetching resource list ? await client.apis.apps.v1.namespaces('default').pods.get();