istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/serviceentry.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: gateway-istio.istio-system.svc.domain.suffix
     7      internal.istio.io/parents: Gateway/gateway/default.istio-system
     8    creationTimestamp: null
     9    name: gateway-istio-autogenerated-k8s-gateway-default
    10    namespace: istio-system
    11  spec:
    12    servers:
    13    - hosts:
    14      - '*/*'
    15      port:
    16        name: default
    17        number: 80
    18        protocol: HTTP
    19  ---
    20  apiVersion: networking.istio.io/v1alpha3
    21  kind: VirtualService
    22  metadata:
    23    annotations:
    24      internal.istio.io/parents: HTTPRoute/egress.default
    25      internal.istio.io/route-semantics: gateway
    26    creationTimestamp: null
    27    name: egress-0-istio-autogenerated-k8s-gateway
    28    namespace: default
    29  spec:
    30    gateways:
    31    - mesh
    32    hosts:
    33    - google.com
    34    http:
    35    - name: default.egress.0
    36      route:
    37      - destination:
    38          host: google.com
    39          port:
    40            number: 80
    41  ---
    42  apiVersion: networking.istio.io/v1alpha3
    43  kind: VirtualService
    44  metadata:
    45    annotations:
    46      internal.istio.io/parents: HTTPRoute/egress.default
    47      internal.istio.io/route-semantics: gateway
    48    creationTimestamp: null
    49    name: egress-1-istio-autogenerated-k8s-gateway
    50    namespace: default
    51  spec:
    52    gateways:
    53    - mesh
    54    hosts:
    55    - '*.egress.com'
    56    http:
    57    - name: default.egress.0
    58      route:
    59      - destination:
    60          host: google.com
    61          port:
    62            number: 80
    63  ---
    64  apiVersion: networking.istio.io/v1alpha3
    65  kind: VirtualService
    66  metadata:
    67    annotations:
    68      internal.istio.io/parents: TCPRoute/egress.default
    69      internal.istio.io/route-semantics: gateway
    70    creationTimestamp: null
    71    name: egress-tcp-0-istio-autogenerated-k8s-gateway
    72    namespace: default
    73  spec:
    74    gateways:
    75    - mesh
    76    hosts:
    77    - google.com
    78    tcp:
    79    - route:
    80      - destination:
    81          host: google.com
    82          port:
    83            number: 443
    84  ---
    85  apiVersion: networking.istio.io/v1alpha3
    86  kind: VirtualService
    87  metadata:
    88    annotations:
    89      internal.istio.io/parents: TCPRoute/egress.default
    90      internal.istio.io/route-semantics: gateway
    91    creationTimestamp: null
    92    name: egress-tcp-1-istio-autogenerated-k8s-gateway
    93    namespace: default
    94  spec:
    95    gateways:
    96    - mesh
    97    hosts:
    98    - '*.egress.com'
    99    tcp:
   100    - route:
   101      - destination:
   102          host: google.com
   103          port:
   104            number: 443
   105  ---
   106  apiVersion: networking.istio.io/v1alpha3
   107  kind: VirtualService
   108  metadata:
   109    annotations:
   110      internal.istio.io/parents: TLSRoute/egress.default
   111      internal.istio.io/route-semantics: gateway
   112    creationTimestamp: null
   113    name: egress-tls-0-istio-autogenerated-k8s-gateway
   114    namespace: default
   115  spec:
   116    gateways:
   117    - mesh
   118    hosts:
   119    - google.com
   120    tls:
   121    - match:
   122      - sniHosts:
   123        - google.com
   124      route:
   125      - destination:
   126          host: google.com
   127          port:
   128            number: 443
   129  ---
   130  apiVersion: networking.istio.io/v1alpha3
   131  kind: VirtualService
   132  metadata:
   133    annotations:
   134      internal.istio.io/parents: TLSRoute/egress.default
   135      internal.istio.io/route-semantics: gateway
   136    creationTimestamp: null
   137    name: egress-tls-1-istio-autogenerated-k8s-gateway
   138    namespace: default
   139  spec:
   140    gateways:
   141    - mesh
   142    hosts:
   143    - '*.egress.com'
   144    tls:
   145    - match:
   146      - sniHosts:
   147        - '*.egress.com'
   148      route:
   149      - destination:
   150          host: google.com
   151          port:
   152            number: 443
   153  ---
   154  apiVersion: networking.istio.io/v1alpha3
   155  kind: VirtualService
   156  metadata:
   157    annotations:
   158      internal.istio.io/parents: HTTPRoute/http.default
   159      internal.istio.io/route-semantics: gateway
   160    creationTimestamp: null
   161    name: http-0-istio-autogenerated-k8s-gateway
   162    namespace: default
   163  spec:
   164    gateways:
   165    - istio-system/gateway-istio-autogenerated-k8s-gateway-default
   166    hosts:
   167    - '*'
   168    http:
   169    - name: default.http.0
   170      route:
   171      - destination:
   172          host: google.com
   173          port:
   174            number: 80
   175  ---