Skip to content

Support retrieving multiple resource types in a single command #89

@snorwin

Description

@snorwin

Currently, gwctl get does not support requesting multiple resource types in a single command. Attempting to do so results in an error, even though this workflow is commonly supported by tools like kubectl.

Example:

$ gwctl get gateway,httproute            
cannot specify more than one type, received types: [gateway httproute]%   

This limitation makes it harder to quickly inspect related resources together, especially when debugging or validating Gateway API configurations.

Metadata

Metadata

Assignees

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions