Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 524 for subset16 (0.56 sec)

  1. tests/testdata/config/virtual-service-all.yaml

        - uri:
            prefix: /reviews/
        route:
        - destination:
            port:
              number: 81
            host: service3.default.svc.cluster.local
            subset: v1
          weight: 80
        - destination:
            host: service3.default.svc.cluster.local
            subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 790 bytes
    - Viewed (0)
  2. pkg/test/framework/resource/matcher_test.go

    			nomatches: []string{"TestFoo", "TestFoo/TestBaz", "TestFoo/something/TestBar"},
    		},
    		{
    			name:      "multiple",
    			input:     []string{"TestFoo/subset", "TestBar"},
    			matches:   []string{"TestBar", "TestBar/subtest", "TestFoo/subset"},
    			nomatches: []string{"TestFoo/something/subset", "TestFoo/something", "TestFoo", "TestFoo/TestBar"},
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 12 23:30:37 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  3. pilot/pkg/networking/util/util_test.go

    									StringValue: "test-subset",
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			"no metadata",
    			&core.Metadata{},
    			"test-subset",
    			&core.Metadata{},
    		},
    	}
    
    	for _, v := range cases {
    		t.Run(v.name, func(tt *testing.T) {
    			AddSubsetToMetadata(v.in, v.subset)
    			got := v.in
    			if diff := cmp.Diff(got, v.want, protocmp.Transform()); diff != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  4. tests/integration/security/filebased_tls_origination/main_test.go

    		// Do not inject, as we are testing non-Istio TLS here
    		Subsets: []echo.SubsetConfig{{
    			Version:     "v1",
    			Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    		}},
    		Cluster: ctx.Clusters().Default(),
    	}
    
    	internalClient := echo.Config{
    		Service:   "internal-client",
    		Namespace: appNamespace,
    		Ports:     []echo.Port{},
    		Subsets: []echo.SubsetConfig{{
    			Version: "v1",
    		}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/files/archives/groovy/build.gradle

    tasks.register('unpackFiles', Copy) {
        from zipTree("src/resources/thirdPartyResources.zip")
        into layout.buildDirectory.dir("resources")
    }
    // end::unpack-archive-example[]
    
    // tag::unpack-archive-subset-example[]
    tasks.register('unpackLibsDirectory', Copy) {
        from(zipTree("src/resources/thirdPartyResources.zip")) {
            include "libs/**"  // <1>
            eachFile { fcd ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. pilot/pkg/networking/telemetry/telemetry.go

    func BuildStatPrefix(statPattern string, host string, subset string, port *model.Port, targetPort int, attributes *model.ServiceAttributes) string {
    	prefix := strings.ReplaceAll(statPattern, serviceStatPattern, shortHostName(host, attributes))
    	prefix = strings.ReplaceAll(prefix, serviceFQDNStatPattern, host)
    	prefix = strings.ReplaceAll(prefix, subsetNameStatPattern, subset)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 02:38:43 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  7. samples/tcp-echo/tcp-echo-20-v2.yaml

      tcp:
      - match:
        - port: 31400
        route:
        - destination:
            host: tcp-echo
            port:
              number: 9000
            subset: v1
          weight: 80
        - destination:
            host: tcp-echo
            port:
              number: 9000
            subset: v2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 07 22:48:00 UTC 2018
    - 1018 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/files/archives/kotlin/build.gradle.kts

    tasks.register<Copy>("unpackFiles") {
        from(zipTree("src/resources/thirdPartyResources.zip"))
        into(layout.buildDirectory.dir("resources"))
    }
    // end::unpack-archive-example[]
    
    // tag::unpack-archive-subset-example[]
    tasks.register<Copy>("unpackLibsDirectory") {
        from(zipTree("src/resources/thirdPartyResources.zip")) {
            include("libs/**")  // <1>
            eachFile {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go

    // with apply.
    type EndpointsApplyConfiguration struct {
    	v1.TypeMetaApplyConfiguration    `json:",inline"`
    	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
    	Subsets                          []EndpointSubsetApplyConfiguration `json:"subsets,omitempty"`
    }
    
    // Endpoints constructs an declarative configuration of the Endpoints type for use with
    // apply.
    func Endpoints(name, namespace string) *EndpointsApplyConfiguration {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.7K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/tunneling/gateway/tcp/virtual-service.tmpl.yaml

        - destination:
            host: external-forward-proxy.{{ .externalNamespace }}.svc.cluster.local
            subset: external-svc-tcp
            port:
              number: {{ .forwardProxyPort }}
      - match:
        - port: 443
        route:
        - destination:
            host: external-forward-proxy.{{ .externalNamespace }}.svc.cluster.local
            subset: external-svc-tls
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 17:19:27 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top