Merge pull request #50223 from UgOrange/main

fix: correct invalid Gateway example in v1.1 docs
pull/50421/head
Kubernetes Prow Robot 2025-04-07 03:34:39 -07:00 committed by GitHub
commit 6688b75974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -136,20 +136,20 @@ metadata:
spec:
gatewayClassName: acme-lb
listeners:
name: foo-https
- name: foo-https
protocol: HTTPS
port: 443
hostname: foo.example.com
tls:
certificateRefs:
kind: Secret
group: ""
name: foo-example-com-cert
frontendValidation:
caCertificateRefs:
kind: ConfigMap
tls:
certificateRefs:
- kind: Secret
group: ""
name: foo-example-com-ca-cert
name: foo-example-com-cert
frontendValidation:
caCertificateRefs:
- kind: ConfigMap
group: ""
name: foo-example-com-ca-cert
```
#### [Session Persistence and BackendLBPolicy](https://gateway-api.sigs.k8s.io/geps/gep-1619/)