8000 TLSRoute: Update invalid example · kubernetes-sigs/gateway-api@2ba0374 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ba0374

Browse filesBrowse files
committed
TLSRoute: Update invalid example
1 parent afb02dc commit 2ba0374

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha3
2+
kind: TLSRoute
3+
metadata:
4+
name: no-hostname
5+
spec:
6+
rules:
7+
- backendRefs:
8+
- name: foo

0 commit comments

Comments
 (0)
0