godaddy / godaddy/kubernetes-client
Filter or Sort in fetch List
Open
- Dominant language
- JavaScript
- Stars
- 963
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
Do you have any options to set any filter or sort while fetching resource list ?
await client.apis.apps.v1.namespaces('default').pods.get();
Contributor guide
Research direction
Start from the Kubernetes client list call shown in the issue: await client.apis.apps.v1.namespaces('default').pods.get(). Determine whether filtering or sorting options are supported for this resource-list request. Done means documenting the supported options or defining the required behavior if they are not available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, kubernetes, nodejs
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100