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

Show all apiVersions that are found, and indicate which ones are deprecated/removed #506

Closed sudermanjr closed 1 year ago

sudermanjr commented 1 year ago

In reference to https://github.com/FairwindsOps/pluto/issues/473, it seems like some users would benefit from an output that includes all of the apiVersions, not just deprecated ones.

Ideally this would be a new flag, such as --show-all, which would list all versions found, and leave the deprecated and removed fields empty. The exit codes should remain the same