Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 61 for tcproutes (0.24 sec)

  1. pilot/pkg/config/kube/gateway/testdata/zero.yaml

              add:
              - name: foo
                value: bar
            type: RequestHeaderModifier
          port: 8000
          name: foo-svc
          weight: 100
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: tcp
      namespace: default
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
      rules:
      - backendRefs:
          - name: httpbin-zero
            port: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/serviceentry.yaml.golden

        - destination:
            host: google.com
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      annotations:
        internal.istio.io/parents: TCPRoute/egress.default
        internal.istio.io/route-semantics: gateway
      creationTimestamp: null
      name: egress-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
    - 3.7K bytes
    - Viewed (0)
  3. pilot/pkg/model/virtualservice.go

    		if !ok {
    			log.Errorf("invalid InternalParentName parts: %s", p)
    			continue
    		}
    		var k kind.Kind
    		switch ks {
    		case kind.HTTPRoute.String():
    			k = kind.HTTPRoute
    		case kind.TCPRoute.String():
    			k = kind.TCPRoute
    		case kind.TLSRoute.String():
    			k = kind.TLSRoute
    		case kind.GRPCRoute.String():
    			k = kind.GRPCRoute
    		case kind.UDPRoute.String():
    			k = kind.UDPRoute
    		default:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 11:17:03 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/weighted.yaml

              - name: response
                value: header
            type: ResponseHeaderModifier
          port: 8000
          name: foo-svc
          weight: 100
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: tcp
      namespace: default
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
      rules:
      - backendRefs:
        - name: httpbin
          port: 9090
          weight: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/serviceentry.yaml

        name: egress
      rules:
      - backendRefs:
        - kind: Hostname
          group: networking.istio.io
          name: google.com
          port: 443
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: egress
      namespace: default
    spec:
      parentRefs:
      - kind: ServiceEntry
        group: networking.istio.io
        name: egress
      rules:
      - backendRefs:
        - kind: Hostname
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 18:54:10 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/tcp.yaml.golden

        - '*/*'
        port:
          name: default
          number: 34000
          protocol: TCP
    ---
    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:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 18:54:10 UTC 2024
    - 1019 bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

        gateway.networking.k8s.io/channel: experimental
      creationTimestamp: null
      name: tcproutes.gateway.networking.k8s.io
    spec:
      group: gateway.networking.k8s.io
      names:
        categories:
        - gateway-api
        kind: TCPRoute
        listKind: TCPRouteList
        plural: tcproutes
        singular: tcproute
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. pilot/pkg/bootstrap/config_compare_test.go

    			prev: config.Config{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.TCPRoute,
    					Name:             "acme2-v1",
    					Namespace:        "not-default",
    					Labels:           map[string]string{"test": "test-v1"},
    				},
    				Spec: &networking.VirtualService{},
    			},
    			curr: config.Config{
    				Meta: config.Meta{
    					GroupVersionKind: gvk.TCPRoute,
    					Name:             "acme2-v1",
    					Namespace:        "not-default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 03 16:47:35 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  9. pkg/config/schema/kubetypes/resources.gen.go

    		return gvk.Sidecar, true
    	case *apiistioioapinetworkingv1alpha3.Sidecar:
    		return gvk.Sidecar, true
    	case *k8sioapiappsv1.StatefulSet:
    		return gvk.StatefulSet, true
    	case *sigsk8siogatewayapiapisv1alpha2.TCPRoute:
    		return gvk.TCPRoute, true
    	case *sigsk8siogatewayapiapisv1alpha2.TLSRoute:
    		return gvk.TLSRoute, true
    	case *istioioapitelemetryv1alpha1.Telemetry:
    		return gvk.Telemetry, true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/ingress/conversion.go

    			// Only create a match if Uri is not nil. HttpMatchRequest cannot be empty
    			if httpMatch.Uri != nil {
    				httpRoute.Match = []*networking.HTTPMatchRequest{httpMatch}
    			}
    			httpRoutes = append(httpRoutes, httpRoute)
    		}
    
    		virtualService.Http = httpRoutes
    
    		virtualServiceConfig := config.Config{
    			Meta: config.Meta{
    				GroupVersionKind: gvk.VirtualService,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top