David O'Riordan
Results
2
issues of
David O'Riordan
Skuber now supports using the `limit` and `continue` flags in `ListOptions`, which makes it possible for clients to retrieve large lists of resources in chunks, thus improving efficiency and reducing...
feature request
See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables. Requires skuber to pass required Accept header and parse returned response as a tabular format. Could be supported via a new `listTabular` API method, or similar.
feature request