Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAllEndpointsTerminating (0.68 sec)

  1. pkg/proxy/winkernel/proxier.go

    	}
    	if _, ok := err.(hcsshim.NetworkNotFoundError); ok {
    		return true
    	}
    	return false
    }
    
    // isAllEndpointsTerminating function will return true if all the endpoints are terminating.
    // If atleast one is not terminating, then return false
    func (proxier *Proxier) isAllEndpointsTerminating(svcName proxy.ServicePortName, isLocalTrafficDSR bool) bool {
    	for _, epInfo := range proxier.endpointsMap[svcName] {
    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