You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gwctl: Introduce a --for flag to filter results related to a specified resource. (#3068)
* Remove unnecessary flags exposed by klog and only expose the verbosity (-v)
flag. Get rid of global flag variables like kubeConfigPath.
* Remove duplication in Get and Describe commands.
* Add missing discovery functions discoverGatewaysForGatewayClasses() and
discoverBackendsForHTTPRoutes().
* Add --for flag for filtering resources based on an associated resource.
For example:
* gwctl get backends --for gateway/ns2/my-gateway
* gwctl get gateways --for httproute/ns1/my-httproute
* gwctl get gateways --for gatewayclass/foo-gatewayclass
* fixup! Remove duplication in Get and Describe commands.
* fixup! Add missing discovery functions discoverGatewaysForGatewayClasses() and discoverBackendsForHTTPRoutes().
* fixup! Remove duplication in Get and Describe commands.
* fixup! Add --for flag for filtering resources based on an associated resource.
0 commit comments