Skip to content

🐛 [BUG]: check all api-resources against 'k multi get' to determine if they work and do not having missing information #50

@clubanderson

Description

@clubanderson

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

  1. run 'kubectl api-resources'
  2. record all items in 'name' column
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions