Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,316 for addUses (0.14 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_serviceentry_test.go

    	s.assertEvent(t, s.podXdsName("pod1"))
    
    	// lookup by address should return the pod's address info (ignore the workload entry with similar address)
    	assert.Equal(t, s.lookup(s.addrXdsName("140.140.0.10")), []model.AddressInfo{{
    		Address: &workloadapi.Address{
    			Type: &workloadapi.Address_Workload{
    				Workload: &workloadapi.Workload{
    					Uid:               s.podXdsName("pod1"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:01:04 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/ingress/status_test.go

    	address := syncer.runningAddresses()
    
    	if len(address) != 1 || address[0] != serviceIP {
    		t.Errorf("Address is not correctly set to service ip")
    	}
    }
    
    func testRunningAddressesWithHostname(t *testing.T) {
    	syncer := makeStatusSyncer(t, "istio-ingress-hostname")
    
    	address := syncer.runningAddresses()
    
    	if len(address) != 1 || address[0] != hostname {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/binutils/disasm.go

    func matchSymbol(names []string, start, end uint64, r *regexp.Regexp, address uint64) []string {
    	if address != 0 && address >= start && address <= end {
    		return names
    	}
    	for _, name := range names {
    		if r == nil || r.MatchString(name) {
    			return []string{name}
    		}
    
    		// Match all possible demangled versions of the name.
    		for _, o := range [][]demangle.Option{
    			{demangle.NoClones},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/tracing_zipkin_golden.json

                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
                      "socket_address": {"address": "localhost", "port_value": 6000}
                    }
                  }
                }]
              }]
            }
          }
          
          
        ],
        "listeners":[
          {
            "address": {
              "socket_address": {
                "protocol": "TCP",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/netlink_linux.go

    	}
    	if err := h.AddrAdd(dev, &netlink.Addr{IPNet: netlink.NewIPNet(addr)}); err != nil {
    		// "EEXIST" will be returned if the address is already bound to device
    		if err == unix.EEXIST {
    			return true, nil
    		}
    		return false, fmt.Errorf("error bind address: %s to interface: %s, err: %v", address, devName, err)
    	}
    	return false, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 30 16:18:49 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. okhttp-testing-support/src/main/kotlin/okhttp3/TestValueFactory.kt

          proxySelector = proxySelector,
        )
      }
    
      fun newRoute(
        address: Address = newAddress(),
        proxy: Proxy = this.proxy,
        socketAddress: InetSocketAddress = InetSocketAddress.createUnresolved(uriHost, uriPort),
      ): Route {
        return Route(
          address = address,
          proxy = proxy,
          socketAddress = socketAddress,
        )
      }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. pkg/workloadapi/workload.proto

    syntax = "proto3";
    
    package istio.workload;
    option go_package="pkg/workloadapi";
    
    // Address represents a unique address.
    //
    // Address joins two sub-resources, Workload and Service, to support querying by IP address.
    // Address is intended to be able to be looked up on-demand, allowing a client
    // to answer a question like "what is this IP address", similar to a reverse DNS lookup.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/registry/PersistentDaemonRegistry.java

                return out;
            } finally {
                lock.unlock();
            }
        }
    
        @Override
        public void remove(final Address address) {
            lock.lock();
            try {
                LOGGER.debug("Removing daemon address: {}", address);
                cache.update(new ObjectHolder.UpdateAction<DaemonRegistryContent>() {
                    @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. pilot/pkg/util/network/ip.go

    }
    
    // ResolveAddr resolves an authority address to an IP address. Incoming
    // addr can be an IP address or hostname. If addr is an IPv6 address, the IP
    // part must be enclosed in square brackets.
    //
    // LookupIPAddr() may return multiple IP addresses, of which this function returns
    // the first IPv4 entry. To use this function in an IPv6 only environment, either
    // provide an IPv6 address or ensure the hostname resolves to only IPv6 addresses.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 21 21:27:21 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/stats_inclusion_golden.json

              "path": "/dev/null"
            }
          }
        ],
        "profile_path": "/var/lib/istio/data/envoy.prof",
        "address": {
          "socket_address": {
            "address": "127.0.0.1",
            "port_value": 15000
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top