Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 225 for destinationFile (0.24 sec)

  1. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-disable.yaml

            subset: "vistio"
      - name: "legacy-by-default"
        route:
        - destination:
            host: "multiversion"
            subset: "vlegacy"
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: "multiversion"
      annotations:
        test-suite: "automtls-partial-dr-disable"
    spec:
      host: "multiversion"
      subsets:
      - name: "vistio"
        labels:
          version: "vistio"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. tests/integration/security/testdata/authz/egress-gateway.yaml.tmpl

              weight: 100
          headers:
            request:
              add:
                x-egress-test: "handled-by-egress-gateway"
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: DestinationRule
    metadata:
      name: test-egress
      namespace: {{ .From.NamespaceName }}
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 31 15:08:52 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/crdclient/types.gen.go

    	case gvk.DestinationRule:
    		oldRes := &apiistioioapinetworkingv1alpha3.DestinationRule{
    			ObjectMeta: origMeta,
    			Spec:       *(orig.Spec.(*istioioapinetworkingv1alpha3.DestinationRule)),
    		}
    		modRes := &apiistioioapinetworkingv1alpha3.DestinationRule{
    			ObjectMeta: modMeta,
    			Spec:       *(mod.Spec.(*istioioapinetworkingv1alpha3.DestinationRule)),
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  4. tests/integration/ambient/testdata/beta-per-port-mtls.yaml

          app: b
      mtls:
        mode: DISABLE
      portLevelMtls:
        # 8090 is the targetPort for service http(80)
        8090:
          mode: STRICT
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: "default"
      annotations:
        test-suite: "beta-per-port-mtls"
    spec:
      host: "*.local"
      trafficPolicy:
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 530 bytes
    - Viewed (0)
  5. tests/testdata/config/rule-regex-route.yaml

            http: 8080
          labels:
            version: v1
        - address: 127.0.0.3
          ports:
            http: 8081
          labels:
            version: v2
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: regex
      namespace: testns
    spec:
      host: regex.extsvc.com
      subsets:
        - name: v1
          labels:
            version: v1
        - name: v2
          labels:
            version: v2
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 28 21:38:06 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  6. tests/testdata/config/rule-weighted-route.yaml

            http: 7072
          labels:
            version: v1
        - address: 127.0.0.3
          ports:
            http: 7074
          labels:
            version: v2
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: c-weighted
      namespace: testns
    spec:
      host: c-weighted.extsvc.com
      subsets:
        - name: v1
          labels:
            version: v1
        - name: v2
          labels:
            version: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.1K bytes
    - Viewed (0)
  7. pilot/pkg/xds/cds_test.go

    		}},
    		Ports: []discoveryv1.EndpointPort{{Name: ptr.Of("http"), Port: ptr.Of(int32(80))}},
    	}
    	dr := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.DestinationRule,
    			Name:             "dr",
    			Namespace:        "test",
    		},
    		Spec: &networking.DestinationRule{
    			Host: "example.default.svc.cluster.local",
    			TrafficPolicy: &networking.TrafficPolicy{Tls: &networking.ClientTLSSettings{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. pkg/config/analysis/msg/messages.yaml

        code: IST0128
        level: Warning
        description: "No caCertificates are set in DestinationRule, this results in no verification of presented server certificate."
        template: "DestinationRule %s in namespace %s has TLS mode set to %s but no caCertificates are set to validate server identity for host: %s"
        args:
          - name: destinationrule
            type: string
          - name: namespace
            type: string
          - name: mode
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  9. pilot/pkg/model/push_context_test.go

    		},
    	})
    	_, _ = configStore.Create(config.Config{
    		Meta: config.Meta{
    			Name:             "rule1",
    			Namespace:        "test1",
    			GroupVersionKind: gvk.DestinationRule,
    		},
    		Spec: &networking.DestinationRule{
    			ExportTo: []string{".", "ns1"},
    		},
    	})
    	_, _ = configStore.Create(config.Config{
    		Meta: config.Meta{
    			Name:             "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  10. releasenotes/notes/38088.yaml

        however this meta is used to record config dependencies of a sidecar.
    
        In this fix, we inroduce a new struct `consolidatedDestRule` and record all the destinationrules' meta.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 01 01:12:29 UTC 2022
    - 556 bytes
    - Viewed (0)
Back to top