manifest-summary icon indicating copy to clipboard operation
manifest-summary copied to clipboard

Support for `kind: List`

Open m0un10 opened this issue 2 years ago • 0 comments

Addresses https://github.com/bryanl/manifest-summary/issues/4

This change adds support for kind: List so that manifest-summary will work with tools in the Kubernetes ecosystem that use the List kind.

Some examples:

kompose convert --stdout --suppress-warnings  | manifest-summary
k get pods -oyaml | manifest-summary

I had to also introduce go.mod (and thus remove the vendor directory) in order to be able to use this with the newer versions of go.

m0un10 avatar Oct 01 '22 19:10 m0un10