Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gateways:
- name: https-wildcard
protocol: HTTPS
port: 443
hostname: "*.example.com"
hostname: "*.wildcard.example.com"
allowedRoutes:
namespaces:
from: All
Expand Down
22 changes: 2 additions & 20 deletions internal/gatewayapi/testdata/clienttrafficpolicy-http3.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gateways:
- allowedRoutes:
namespaces:
from: All
hostname: '*.example.com'
hostname: '*.wildcard.example.com'
name: https-wildcard
port: 443
protocol: HTTPS
Expand Down Expand Up @@ -90,12 +90,6 @@ gateways:
reason: ResolvedRefs
status: "True"
type: ResolvedRefs
- lastTransitionTime: null
message: The hostname *.example.com overlaps with the hostname bar.example.com
in listener https-bar.
reason: OverlappingHostnames
status: "True"
type: OverlappingTLSConfig
name: https-wildcard
supportedKinds:
- group: gateway.networking.k8s.io
Expand All @@ -119,12 +113,6 @@ gateways:
reason: ResolvedRefs
status: "True"
type: ResolvedRefs
- lastTransitionTime: null
message: The hostname foo.example.com overlaps with the hostname *.example.com
in listener https-wildcard.
reason: OverlappingHostnames
status: "True"
type: OverlappingTLSConfig
name: https-foo
supportedKinds:
- group: gateway.networking.k8s.io
Expand All @@ -148,12 +136,6 @@ gateways:
reason: ResolvedRefs
status: "True"
type: ResolvedRefs
- lastTransitionTime: null
message: The hostname bar.example.com overlaps with the hostname *.example.com
in listener https-wildcard.
reason: OverlappingHostnames
status: "True"
type: OverlappingTLSConfig
name: https-bar
supportedKinds:
- group: gateway.networking.k8s.io
Expand Down Expand Up @@ -281,7 +263,7 @@ xdsIR:
- address: 0.0.0.0
externalPort: 443
hostnames:
- '*.example.com'
- '*.wildcard.example.com'
http3: {}
metadata:
kind: Gateway
Expand Down