Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for tcproutes (0.12 sec)

  1. samples/bookinfo/platform/kube/cleanup.sh

        kubectl delete -n "${NAMESPACE}" "$resource";
      done
    done
    
    # clean up Gateway API resources that may have been used
    if kubectl get crd gateways.gateway.networking.k8s.io >/dev/null 2>&1; then
      protos=( httproutes gateways.gateway.networking.k8s.io )
      for proto in "${protos[@]}"; do
        for resource in $(kubectl get -n "${NAMESPACE}" "$proto" -o name); do
          kubectl delete -n "${NAMESPACE}" "$resource";
        done
      done
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 16:07:18 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/mesh.yaml.golden

            host: echo.default.svc.domain.suffix
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      annotations:
        internal.istio.io/parents: TCPRoute/tcp.default
        internal.istio.io/route-semantics: gateway
      creationTimestamp: null
      name: tcp-tcp-0-istio-autogenerated-k8s-gateway
      namespace: default
    spec:
      gateways:
      - mesh
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 19 18:39:48 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. tests/integration/pilot/validation_test.go

    				"gateway.networking.k8s.io/v1beta1/GatewayClass",
    				"gateway.networking.k8s.io/v1/HTTPRoute",
    				"gateway.networking.k8s.io/v1beta1/HTTPRoute",
    				"gateway.networking.k8s.io/v1alpha2/TCPRoute",
    				"gateway.networking.k8s.io/v1alpha2/TLSRoute",
    				"gateway.networking.k8s.io/v1beta1/ReferenceGrant",
    				"gateway.networking.k8s.io/v1alpha2/ReferenceGrant",
    			} {
    				recognized.Delete(gvk)
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 13 15:19:36 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  4. samples/ambient-argo/README.md

    ### Role: Application Developer
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top