istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/delegated.yaml.golden (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: Gateway
     3  metadata:
     4    annotations:
     5      internal.istio.io/gateway-semantics: gateway
     6      internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
     7      internal.istio.io/parents: Gateway/gateway/apple.istio-system
     8    creationTimestamp: null
     9    name: gateway-istio-autogenerated-k8s-gateway-apple
    10    namespace: istio-system
    11  spec:
    12    servers:
    13    - hosts:
    14      - apple/apple.example
    15      port:
    16        name: default
    17        number: 80
    18        protocol: HTTP
    19  ---
    20  apiVersion: networking.istio.io/v1alpha3
    21  kind: Gateway
    22  metadata:
    23    annotations:
    24      internal.istio.io/gateway-semantics: gateway
    25      internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
    26      internal.istio.io/parents: Gateway/gateway/banana.istio-system
    27    creationTimestamp: null
    28    name: gateway-istio-autogenerated-k8s-gateway-banana
    29    namespace: istio-system
    30  spec:
    31    servers:
    32    - hosts:
    33      - banana/banana.example
    34      port:
    35        name: default
    36        number: 80
    37        protocol: HTTP
    38  ---
    39  apiVersion: networking.istio.io/v1alpha3
    40  kind: VirtualService
    41  metadata:
    42    annotations:
    43      internal.istio.io/parents: HTTPRoute/http.apple
    44      internal.istio.io/route-semantics: gateway
    45    creationTimestamp: null
    46    name: http-0-istio-autogenerated-k8s-gateway
    47    namespace: apple
    48  spec:
    49    gateways:
    50    - istio-system/gateway-istio-autogenerated-k8s-gateway-apple
    51    hosts:
    52    - '*'
    53    http:
    54    - name: apple.http.0
    55      route:
    56      - destination:
    57          host: httpbin-apple.apple.svc.domain.suffix
    58          port:
    59            number: 80
    60  ---
    61  apiVersion: networking.istio.io/v1alpha3
    62  kind: VirtualService
    63  metadata:
    64    annotations:
    65      internal.istio.io/parents: HTTPRoute/http.banana
    66      internal.istio.io/route-semantics: gateway
    67    creationTimestamp: null
    68    name: http-0-istio-autogenerated-k8s-gateway
    69    namespace: banana
    70  spec:
    71    gateways:
    72    - istio-system/gateway-istio-autogenerated-k8s-gateway-banana
    73    hosts:
    74    - '*'
    75    http:
    76    - name: banana.http.0
    77      route:
    78      - destination:
    79          host: httpbin-banana.banana.svc.domain.suffix
    80          port:
    81            number: 80
    82  ---