Files
higress/pkg/ingress/kube/gateway/istio/testdata/waypoint.yaml
2025-11-20 14:43:30 +08:00

24 lines
418 B
YAML

apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: namespace
namespace: ns
spec:
gatewayClassName: istio-waypoint
listeners:
- name: mesh
port: 15008
protocol: HBONE
---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: invalid
namespace: ns
spec:
gatewayClassName: istio-waypoint
listeners:
- name: mesh
port: 1234
protocol: HTTP