gateway-api
                                
                                 gateway-api copied to clipboard
                                
                                    gateway-api copied to clipboard
                            
                            
                            
                        Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
https://github.com/kubernetes-sigs/gateway-api/blob/f7b77a78fee608226bae51dfd93d7fb4af060fd7/apis/v1alpha2/object_reference_types.go#L124-L130 When a route specified a BackendObjectReference to a Service, the admission controller should validate that the `Port` field is present. Add support for each route type: - [x] HTTPRoute...
* `apis/v1beta1/object_reference_types.go` (`BackendObjectReference`): Clarify that the `Port` field references the service port number when the backend is a Kubernetes Service. * `config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml`: * `config/crd/standard/gateway.networking.k8s.io_httproutes.yaml`: Regenerate. ------- **What type of PR...
**What would you like to be added**: As discussed in https://github.com/kubernetes-sigs/gateway-api/pull/715#discussion_r672724388 and https://github.com/kubernetes-sigs/gateway-api/issues/590, any form of status per policy is going to be complex. These conditions may need to be...
**What would you like to be added**: A `+union` tag on the `HTTPRouteFilter` type would be fitting, unfortunately this will not do anything right now. **Why this is needed**: This...
**What would you like to be added**: The `CertificateRef` field in Listener TLSConfig should be replaced with a `CertificateRefs` field. **Why this is needed**: This would help with a number...
Signed-off-by: Keith Mattix II **What type of PR is this?** /kind gep **What this PR does / why we need it**: This PR adds a GEP describing the high level...
**What would you like to be added**: A new conformance test case testing the presence of the status ResolvedRefs condition failed with the reason `ListenerReasonInvalidRouteKinds` should be added to the...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: A new conformance test case has been added to ensure that whenever a...
**What happened**: Currently, the `Port` field of `BackendObjectReference` has the following godoc: ```go // Port specifies the destination port number to use for this resource. // Port is required when...
This issue is intended to track conformance test development for L7 Gateways. Comment below if you're interested in working on covering any of these areas. **Core Capabilities:** - [x] Gateway...