Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 88 for localisty (0.2 sec)

  1. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginValidationManager.java

            pluginIssues.reportPluginIssue(locality, null, issue);
            mayReportInline(session, locality, issue);
        }
    
        @Override
        public void reportPluginValidationIssue(
                IssueLocality locality, MavenSession mavenSession, MojoDescriptor mojoDescriptor, String issue) {
            String pluginKey = pluginKey(mojoDescriptor);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 23 12:25:04 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/running_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/runningsds_golden.json

      },
      "layered_runtime": {
          "layers": [
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    			sortServiceInstances(instances)
    			sortServiceInstances(tt.out)
    
    			if tt.wle.Locality != "" || tt.clusterID != "" || tt.wle.Network != "" {
    				for _, serviceInstance := range tt.out {
    					serviceInstance.Endpoint.Locality = model.Locality{
    						Label:     tt.wle.Locality,
    						ClusterID: tt.clusterID,
    					}
    					serviceInstance.Endpoint.Network = network.ID(tt.wle.Network)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  5. pilot/pkg/xds/endpoints/endpoint_builder.go

    		if eep == nil {
    			continue
    		}
    		locLbEps, found := localityEpMap[ep.Locality.Label]
    		if !found {
    			locLbEps = &LocalityEndpoints{
    				llbEndpoints: endpoint.LocalityLbEndpoints{
    					Locality:    util.ConvertLocality(ep.Locality.Label),
    					LbEndpoints: make([]*endpoint.LbEndpoint, 0, len(eps)),
    				},
    			}
    			localityEpMap[ep.Locality.Label] = locLbEps
    		}
    		locLbEps.append(ep, eep)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  6. pkg/bootstrap/config.go

    		} else {
    			log.Warnf("failed to read pod annotations: %v", err)
    		}
    	}
    
    	var l *core.Locality
    	if meta.Labels[model.LocalityLabel] == "" && options.Platform != nil {
    		// The locality string was not set, try to get locality from platform
    		l = options.Platform.Locality()
    	} else {
    		// replace "." with "/"
    		localityString := model.GetLocalityLabel(meta.Labels[model.LocalityLabel])
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  7. pilot/pkg/model/service_test.go

    			Labels:          labels.Instance{"app": "prod-app"},
    			Address:         "an-address",
    			ServicePortName: "service-port-name",
    			ServiceAccount:  "service-account",
    			Network:         "Network",
    			Locality: Locality{
    				ClusterID: "cluster-id",
    				Label:     "region1/zone1/subzone1",
    			},
    			EndpointPort: 22,
    			LbWeight:     100,
    			TLSMode:      "mutual",
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. pkg/bootstrap/platform/gcp.go

    	m := re.FindStringSubmatch(z)
    	if len(m) != 2 {
    		return "", fmt.Errorf("unable to extract region from GCP zone: %s", z)
    	}
    	return m[1], nil
    }
    
    // Locality returns the GCP-specific region and zone.
    func (e *gcpEnv) Locality() *core.Locality {
    	var l core.Locality
    	loc := e.Metadata()[GCPLocation]
    	if loc == "" {
    		log.Warnf("Error fetching GCP zone: %v", loc)
    		return &l
    	}
    	r, err := zoneToRegion(loc)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 00:37:33 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_traffic_policy.go

    			LocalityWeightedLbConfig: &cluster.Cluster_CommonLbConfig_LocalityWeightedLbConfig{},
    		}
    	}
    	// Use locality lb settings from load balancer settings if present, else use mesh wide locality lb settings
    	applyLocalityLoadBalancer(locality, proxyLabels, c, localityLbSetting)
    
    	if c.GetType() == cluster.Cluster_ORIGINAL_DST {
    		c.LbPolicy = cluster.Cluster_CLUSTER_PROVIDED
    		return
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 20K bytes
    - Viewed (0)
  10. pilot/pkg/xds/ads_test.go

    		Configs: []config.Config{
    			makeEndpoint([]*networking.WorkloadEntry{
    				{Address: "1.2.3.4", Locality: "region/zone"},
    				{Address: "1.2.3.5", Locality: "notmatch"},
    			}),
    		},
    	})
    	ads := s.Connect(&model.Proxy{Locality: &core.Locality{Region: "region"}}, nil, watchAll)
    
    	assertEndpoints(ads, "1.2.3.4:80", "1.2.3.5:80")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top