Current Behavior
when I run 'kubectl multi get' against a ks install, I should not receive missing information in the columns that are returned for any of the api-resources you get from "kubectl api-resources"
Expected Behavior
run "kubectl multi get" against any of the api in api-resources list to determine if missing shows in any of the columns. not all api will have objects in your install, so you will need to anticipate what columns may return missing info.
Steps to Reproduce
- run 'kubectl api-resources'
- record all items in 'name' column
- run 'k multi get ...' with each of the items from the name column
this would make for a nice nightly test - or a CI test.
Additional Context/Logs