Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EpIP (0.05 sec)

  1. pkg/proxy/ipvs/proxier.go

    			}
    			if !ep.IsLocal() {
    				continue
    			}
    			epIP := ep.IP()
    			epPort := ep.Port()
    			// Error parsing this endpoint has been logged. Skip to next endpoint.
    			if epIP == "" || epPort == 0 {
    				continue
    			}
    			entry := &utilipset.Entry{
    				IP:       epIP,
    				Port:     epPort,
    				Protocol: protocol,
    				IP2:      epIP,
    				SetType:  utilipset.HashIPPortIP,
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  2. pkg/proxy/winkernel/proxier.go

    				continue
    			}
    
    			if someEndpointsServing {
    
    				if !allEndpointsTerminating && !ep.IsReady() {
    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