...

Text file src/sigs.k8s.io/gateway-api/examples/standard/multicluster/httproute-gamma.yaml

Documentation: sigs.k8s.io/gateway-api/examples/standard/multicluster

     1#$ Used in:
     2#$ - geps/gep-1748.md
     3kind: HTTPRoute
     4apiVersion: gateway.networking.k8s.io/v1beta1
     5metadata:
     6  name: store
     7spec:
     8  parentRefs:
     9  - group: multicluster.x-k8s.io
    10    kind: ServiceImport
    11    name: store
    12  rules:
    13  - matches:
    14    - path:
    15        value: "/cart"
    16    backendRefs:
    17    - group: multicluster.x-k8s.io
    18      kind: ServiceImport
    19      name: cart

View as plain text