Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 2,316 for addUses (0.2 sec)

  1. manifests/charts/istiod-remote/templates/configmap.yaml

            lightstep:
              # Address of the LightStep Satellite pool
              address: {{ .Values.global.tracer.lightstep.address }}
              # Access Token used to communicate with the Satellite pool
              accessToken: {{ .Values.global.tracer.lightstep.accessToken }}
          {{- else if eq .Values.global.proxy.tracer "zipkin" }}
            zipkin:
              # Address of the Zipkin collector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. src/net/iprawsock.go

    		return nil
    	}
    	return a
    }
    
    // ResolveIPAddr returns an address of IP end point.
    //
    // The network must be an IP network name.
    //
    // If the host in the address parameter is not a literal IP address,
    // ResolveIPAddr resolves the address to an address of IP end point.
    // Otherwise, it parses the address as a literal IP address.
    // The address parameter can use a host name, but this is not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/netbios/NbtSocket.java

            this( address, null, port, localAddr, localPort );
        }
        public NbtSocket( NbtAddress address, String calledName, int port,
                                    InetAddress localAddr, int localPort ) throws IOException {
            super( address.getInetAddress(), ( port == 0 ? SSN_SRVC_PORT : port ),
                                    localAddr, localPort );
            this.address = address;
            if( calledName == null ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 4.8K bytes
    - Viewed (0)
  4. src/net/mail/message.go

    func (h Header) AddressList(key string) ([]*Address, error) {
    	hdr := h.Get(key)
    	if hdr == "" {
    		return nil, ErrHeaderNotPresent
    	}
    	return ParseAddressList(hdr)
    }
    
    // Address represents a single mail address.
    // An address such as "Barry Gibbs <******@****.***>" is represented
    // as Address{Name: "Barry Gibbs", Address: "******@****.***"}.
    type Address struct {
    	Name    string // Proper name; may be empty.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/clusters/clusters.go

    	}
    	c.clusters = &cd
    	return nil
    }
    
    func retrieveEndpointAddress(host *admin.HostStatus) string {
    	addr := host.Address.GetSocketAddress()
    	if addr != nil {
    		return addr.Address
    	}
    	if pipe := host.Address.GetPipe(); pipe != nil {
    		return "unix://" + pipe.Path
    	}
    	if internal := host.Address.GetEnvoyInternalAddress(); internal != nil {
    		switch an := internal.GetAddressNameSpecifier().(type) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 03 08:41:32 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  6. src/net/netip/slow_test.go

    //     address is transformed to its hex equivalent,
    //     e.g. 1:2:3:4:5:6:708:90a.
    //   - An address may contain one "::", which expands into as many
    //     16-bit blocks of zeros as needed to make the address its correct
    //     full size. For example, fe80::1:2 expands to fe80:0:0:0:0:0:1:2.
    //
    // Both short forms may be present in a single address,
    // e.g. fe80::1.2.3.4.
    func normalizeIPv6Slow(orig string) (string, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 19:54:31 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/metrics_no_statsd_golden.json

                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
                      "socket_address": {"address": "metrics-service", "port_value": 15000}
                    }
                  }
                }]
              }]
            }
          }
          
          
        ],
        "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
    - 14.3K bytes
    - Viewed (0)
  8. pkg/envoy/testdata/envoy_bootstrap_v2.tmpl.json

                  "endpoint": {
                    "address":{
                      "socket_address": {
                        "address": "{{ .localhost }}",
                        "port_value":  {{ .adminPort }}
                      }
                    }
                  }
                }]
              }]
            }
          }
        ],
        "listeners":[
          {
            "address": {
              "socket_address": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 13 17:22:04 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  9. pkg/registry/core/service/ipallocator/ipallocator.go

    	}
    	addr, err := netip.ParseAddr(ip.String())
    	if err != nil {
    		return err
    	}
    
    	// check address is within the range of available addresses
    	if addr.Less(a.firstAddress) || // requested address is lower than the first address in the subnet
    		a.lastAddress.Less(addr) { // the last address in the subnet is lower than the requested address
    		if !dryRun {
    			// update metrics
    			a.metrics.incrementAllocationErrors(a.metricLabel, "static")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17K bytes
    - Viewed (0)
  10. pkg/api/service/warnings_test.go

    				},
    			},
    			want: []string{
    				`spec.clusterIPs[0]: IPv6 address "2001:db8:0:0::2" is not in RFC 5952 canonical format ("2001:db8::2"), which may cause controller apply-loops`,
    				`spec.clusterIPs[1]: IP address was accepted, but will be invalid in a future Kubernetes release: ParseAddr("192.012.2.2"): IPv4 field has octet with leading zero`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 26 22:57:57 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top