File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ spec:
453
453
sectionName: second
454
454
` ` `
455
455
456
- Routes MUST be able to attach to a `ListenerSet` and it's parent `Gateway` by having multiple `parentRefs` eg :
456
+ If routes MUST attach to a `ListenerSet` and its parent `Gateway`, it MUST have multiple `parentRefs` eg :
457
457
458
458
` ` ` yaml
459
459
apiVersion: gateway.networking.k8s.io/v1
@@ -510,7 +510,7 @@ metadata:
510
510
name: httproute-example
511
511
spec:
512
512
parentRefs:
513
- - name: some-workload-listeners
513
+ - name: parent-gateway
514
514
kind: Gateway
515
515
sectionName: foo
516
516
` ` `
@@ -579,11 +579,11 @@ kind: Gateway
579
579
.....
580
580
spec:
581
581
listeners:
582
- - name: foo
582
+ - name: foo2
583
583
hostname: foo.com
584
584
protocol: HTTP
585
585
port: 80
586
- - name: foo1
586
+ - name: foo3
587
587
hostname: foo1.com
588
588
protocol: HTTP
589
589
port: 80
@@ -750,8 +750,12 @@ status:
750
750
protocol: HTTPS
751
751
port: 443
752
752
conditions:
753
+ - message: ListenerSet has conflicts with Gateway 'infra/parent-gateway'
754
+ reason: ParentNotAccepted
755
+ status: "False"
756
+ type: Accepted
753
757
- message: ListenerSet has conflicts with Gateway 'infra/parent-gateway'
754
- reason: Conflicted
758
+ reason: ListenerConflict
755
759
status: "True"
756
760
type: Conflicted
757
761
` ` `
@@ -834,7 +838,7 @@ status:
834
838
port: 443
835
839
conditions:
836
840
- message: ListenerSet has conflicts with other listeners attached to the same Gateway
837
- reason: Conflicted
841
+ reason: ListenerConflict
838
842
status: "True"
839
843
type: Conflicted
840
844
---
You can’t perform that action at this time.
0 commit comments