Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 106 for addPass (0.47 sec)

  1. pilot/pkg/networking/core/listener.go

    		// Determine the listener address if bind is empty
    		// we listen on the service VIP if and only
    		// if the address is an IP address. If its a CIDR, we listen on
    		// 0.0.0.0, and setup a filter chain match for the CIDR range.
    		// As a small optimization, CIDRs with /32 prefix will be converted
    		// into listener address so that there is a dedicated listener for this
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    			}
    		}
    	}
    
    	// bind service address to dummy interface
    	if bindAddr {
    		// always attempt to bind if alreadyBoundAddrs is nil,
    		// otherwise check if it's already binded and return early
    		if alreadyBoundAddrs != nil && alreadyBoundAddrs.Has(vs.Address.String()) {
    			return nil
    		}
    
    		proxier.logger.V(4).Info("Bind address", "address", vs.Address)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    								}
    								for _, opt := range callOptions {
    									opt := opt.DeepCopy()
    									selfSend := dstWl.Address() == srcWl.Address()
    									if supportsL7(opt, src, dst) {
    										opt.Check = httpValidator
    									} else {
    										opt.Check = tcpValidator
    									}
    
    									opt.Address = dstWl.Address()
    									opt.Check = check.And(opt.Check, check.Hostname(dstWl.PodName()))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ppc64/asm.go

    			//
    			//	dodata()  // we are here
    			//	address() // symbol address assignment
    			//	reloc()   // resolution of static R_ADDR relocs
    			//
    			// At this point symbol addresses have not been
    			// assigned yet (as the final size of the .rela section
    			// will affect the addresses), and so we cannot write
    			// the Elf64_Rela.r_offset now. Instead we delay it
    			// until after the 'address' phase of the linker is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	if len(ep) != 2 {
    		t.Fatalf("Invalid response for GetEndpoints %v", ep)
    	}
    
    	if ep[0].Address == "10.10.1.1" && ep[0].Network != "network1" {
    		t.Fatalf("Endpoint with IP 10.10.1.1 is expected to be in network1 but get: %s", ep[0].Network)
    	}
    
    	if ep[1].Address == "10.11.1.2" && ep[1].Network != "network2" {
    		t.Fatalf("Endpoint with IP 10.11.1.2 is expected to be in network2 but get: %s", ep[1].Network)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  6. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				SyncFrequency:      metav1.Duration{Duration: 1 * time.Minute},
    				FileCheckFrequency: metav1.Duration{Duration: 20 * time.Second},
    				HTTPCheckFrequency: metav1.Duration{Duration: 20 * time.Second},
    				Address:            "0.0.0.0",
    				Port:               ports.KubeletPort,
    				Authentication: v1beta1.KubeletAuthentication{
    					Anonymous: v1beta1.KubeletAnonymousAuthentication{Enabled: utilpointer.Bool(false)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  7. src/syscall/zerrors_solaris_amd64.go

    	4:   "interrupted system call",
    	5:   "I/O error",
    	6:   "no such device or address",
    	7:   "arg list too long",
    	8:   "exec format error",
    	9:   "bad file number",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "not enough space",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device busy",
    	17:  "file exists",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_test.go

    	for _, l := range listeners {
    		if port == l.Address.GetSocketAddress().GetPortValue() {
    			return l
    		}
    	}
    
    	return nil
    }
    
    func findListenerByAddress(listeners []*listener.Listener, address string) *listener.Listener {
    	for _, l := range listeners {
    		if address == l.Address.GetSocketAddress().Address {
    			return l
    		}
    	}
    
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  9. docs/bucket/notifications/README.md

    ```
    KEY:
    notify_redis[:name]  publish bucket notifications to Redis datastores
    
    ARGS:
    address*     (address)            Redis server's address. For example: `localhost:6379`
    key*         (string)             Redis key to store/update events, key is auto-created
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. pkg/proxy/winkernel/proxier.go

    func (info *endpointInfo) Port() int {
    	return int(info.port)
    }
    
    // Uses mac prefix and IPv4 address to return a mac address
    // This ensures mac addresses are unique for proper load balancing
    // There is a possibility of MAC collisions but this Mac address is used for remote endpoints only
    // and not sent on the wire.
    func conjureMac(macPrefix string, ip net.IP) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
Back to top