-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry picking several more PRs before 0.5.1 release #1393
Cherry picking several more PRs before 0.5.1 release #1393
Conversation
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
A new conformance test case has been added to ensure that whenever a listener references an unexisting secret as CertificateRef, the Condition ResolvedRefs is set as failed with reason InvalidCertificateRef. Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
* apis/v1alpha2/object_reference_types.go (BackendObjectReference): * 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_grpcroutes.yaml: * config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml: * config/crd/experimental/gateway.networking.k8s.io_tcproutes.yaml: * config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml: * config/crd/experimental/gateway.networking.k8s.io_udproutes.yaml: * config/crd/standard/gateway.networking.k8s.io_httproutes.yaml: Regenerate.
1c3fccf
to
f0100ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: robscott, shaneutt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This cherry picks the following PRs into the release-0.5 branch:
Does this PR introduce a user-facing change?: