projectsyn / lieutenant-api

The Project Syn Kubernetes Cluster and Tenants Inventory API
https://docs.syn.tools/lieutenant-api/
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Add option to sort cluster list by id, tenant, or displayName #200

Closed glrf closed 2 years ago

glrf commented 2 years ago

We want to be able to sort the order of clusters for commodore: https://github.com/projectsyn/commodore/issues/596

Instead of doing this in commodore itself we implemented it in the API, which I think is the better approach

Checklist