manifest-summary
manifest-summary copied to clipboard
creating summary for object: unable to find object name
Quite often this tool doesn't work due to "creating summary for object: unable to find object name"
. This is when piping directly from k get <resource> -oyaml
. Raising the issue just to capture it for now, when I get more time I'll try to find the root cause and a simple case to reproduce and fix it.
the issue appears to related to the format being an array of items.
apiVersion: v1
items:
- apiVersion: v1
this tools assumes separate docs separated by ---
I've implemented a fix https://github.com/bryanl/manifest-summary/pull/5