Gaurav Kumar Ghildiyal
Gaurav Kumar Ghildiyal
https://deploy-preview-2723--kubernetes-sigs-gateway-api.netlify.app/geps/gep-2722/ should help give an idea of what kind of an output we plan on having for `gwctl describe gatewayclass `.
**What this PR does / why we need it**: - Add helpers to print `gwctl describe` views and Tables - Add more information when describing Gateways (like attached routes) -...
Once https://github.com/kubernetes-sigs/gateway-api/pull/2264 gets in, we should be able to create a tag like `` which doesn't get rendered as part of the API specification. We will use this to document...
Make gwctl ReferenceGrant aware. Capture any errors observed while constructing the resource graph.
**What type of PR is this?** /kind feature **What this PR does / why we need it**: - Use ReferenceGrants to determine if a cross-namespace reference from HTTPRoute to a...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Use API discovery to determine the preferred API versions for Gateway API types....
As of now, we can only fetch v1 resources and will fail to fetch v1beta1 resources when the CRD only contains uptil v1beta1
Ref: https://gateway-api.sigs.k8s.io/geps/gep-2722/ for examples
**What type of PR is this?** /kind feature **What this PR does / why we need it**: - Introduce `gwctl version` command to print binary information. ``` ❯ gwctl version...
Refer https://gateway-api.sigs.k8s.io/geps/gep-2722/ and https://github.com/kubernetes-sigs/gateway-api/issues/2761 for details
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR achieves two broad things: 1. Add --for flag for filtering resources...