Replies: 1 comment
-
|
sorting in kubectl is client side afaikt (sorter). the api does not support it. there's a kubectl example that implements simplistic stuff like a partial EDIT: fixed links |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
kubectlsupports sorting as part of thelistoperation for resources such asDeployments, but this doesn't appear to be supported in the API. Is there a way thatkubecould support this? (And does anyone know howkubectlprovides features that the API doesn't?)Beta Was this translation helpful? Give feedback.
All reactions