FairwindsOps / pluto

A cli tool to help discover deprecated apiVersions in Kubernetes
https://fairwinds.com
Apache License 2.0
2.14k stars 124 forks source link

fix: preserve ordering of custom columns #412

Closed aslafy-z closed 1 year ago

aslafy-z commented 1 year ago

Fixes https://github.com/FairwindsOps/pluto/issues/409 Replaces https://github.com/FairwindsOps/pluto/issues/408

Checklist

Description

What's the goal of this PR?

This PR fixes the ordering of custom columns.

What changes did you make?

Iterate and append columns using user provided custom columns index instead of available columns index.

aslafy-z commented 1 year ago

@sudermanjr It should be fixed by now

sudermanjr commented 1 year ago

Thanks!