Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for resolution_ (0.19 sec)

  1. pkg/config/validation/validation_test.go

    				},
    				Resolution: networking.ServiceEntry_DNS,
    			},
    			valid: false,
    		},
    
    		{
    			name: "discovery type none", in: &networking.ServiceEntry{
    				Hosts: []string{"google.com"},
    				Ports: []*networking.ServicePort{
    					{Number: 80, Protocol: "http", Name: "http-valid1"},
    					{Number: 8080, Protocol: "http", Name: "http-valid2"},
    				},
    				Resolution: networking.ServiceEntry_NONE,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder_test.go

    		})
    	}
    
    	for _, tt := range cases {
    		for _, resolution := range []model.Resolution{model.DNSLB, model.DNSRoundRobinLB} {
    			t.Run(fmt.Sprintf("%s_%s", tt.name, resolution), func(t *testing.T) {
    				service.Resolution = resolution
    				cg := NewConfigGenTest(t, TestOptions{
    					MeshConfig: tt.mesh,
    					Services:   []*model.Service{service},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    		Ports:      model.PortList{servicePort},
    		Resolution: model.Passthrough,
    	}
    
    	cases := []struct {
    		name          string
    		redisEnabled  bool
    		resolution    model.Resolution
    		lbType        cluster.Cluster_LbPolicy
    		discoveryType cluster.Cluster_DiscoveryType
    	}{
    		{
    			name:          "redis disabled",
    			redisEnabled:  false,
    			resolution:    model.ClientSideLB,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    							fmt.Errorf("hosts must be FQDN if no endpoints are provided for resolution mode %s", serviceEntry.Resolution))
    					}
    				}
    			}
    			if serviceEntry.Resolution == networking.ServiceEntry_DNS_ROUND_ROBIN && len(serviceEntry.Endpoints) > 1 {
    				errs = AppendValidation(errs,
    					fmt.Errorf("there must only be 0 or 1 endpoint for resolution mode %s", serviceEntry.Resolution))
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

        | org.gradle.status          | release      |           |
        | org.gradle.usage           | java-runtime |           |
       Selection reasons:
          - By conflict resolution: between versions 2.5, 1.5 and 1.0
    
    org:leaf2:2.5
    \\--- org:toplevel3:1.0
         \\--- conf
    
    org:leaf2:1.0 -> 2.5
    +--- org:middle1:1.0
    |    \\--- org:toplevel:1.0
    |         \\--- conf
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * URL escape character itself.
     * <p>
     * The server
     * component may a traditional NetBIOS name, a DNS name, or IP
     * address. These name resolution mechanisms and their resolution order
     * can be changed (See <a href="../../../resolver.html">Setting Name
     * Resolution Properties</a>). The servername and path components are
     * not case sensitive but the domain, username, and password components
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  7. tests/integration/pilot/common/routing.go

          insecureSkipVerify: true
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: alt-external-service
    spec:
      exportTo: [.]
      hosts:
      - %s
      resolution: NONE
      ports:
      - name: http-tls-origination
        number: 8888
        protocol: http
        targetPort: 443
      - name: http2-tls-origination
        number: 8882
        protocol: http2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    		fi, err := fsys.Stat(path)
    		return err == nil && fi.IsDir()
    	})
    }
    
    // ResolveImportPath returns the true meaning of path when it appears in parent.
    // There are two different resolutions applied.
    // First, there is Go 1.5 vendoring (golang.org/s/go15vendor).
    // If vendor expansion doesn't trigger, then the path is also subject to
    // Go 1.11 module legacy conversion (golang.org/issue/25069).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    Hosts type: string - description: Whether the service is external to the mesh or part of the mesh (MESH_EXTERNAL or MESH_INTERNAL) jsonPath: .spec.location name: Location type: string - description: Service resolution mode for the hosts (NONE, STATIC, or DNS) jsonPath: .spec.resolution name: Resolution type: string - description: 'CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache(because = "resolves external dependency when writing cache entry, rather than when running consuming task, so exception chain is different")
        def "failure in resolution propagates to chain (scheduled: #scheduled)"() {
            given:
            def module = mavenHttpRepo.module("test", "test", "1.3").publish()
    
            buildFile << declareAttributes() << duplicatorTransform() << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
Back to top