Skip to content

0.7.0: Server-side printing for `kele-list`

Latest

Choose a tag to compare

@jinnovation jinnovation released this 24 Nov 05:58
· 19 commits to main since this release
ddaae42

kele-list now renders columns using server-side printing, meaning that any resource-specific columns that would normally get printed using kubectl get are available for sorting + filtering in kele-list.

Similarly, the get and list suffixes on kele-resource are now disabled if either of the following is true:

  • You don't have RBAC permission to perform that verb on that resource;
  • That resource definitionally does not support that verb.

Full Changes

New Contributors

Full Changelog: v0.6.0...v0.7.0