Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newBaseEndpointInfo (0.28 sec)

  1. pkg/proxy/endpoint.go

    	return info.terminating
    }
    
    // ZoneHints returns the zone hint for the endpoint.
    func (info *BaseEndpointInfo) ZoneHints() sets.Set[string] {
    	return info.zoneHints
    }
    
    func newBaseEndpointInfo(ip string, port int, isLocal, ready, serving, terminating bool, zoneHints sets.Set[string]) *BaseEndpointInfo {
    	return &BaseEndpointInfo{
    		ip:          ip,
    		port:        port,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:38:25 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top