Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointsInfo (0.15 sec)

  1. pkg/proxy/endpoint.go

    }
    
    // BaseEndpointInfo contains base information that defines an endpoint.
    // This could be used directly by proxier while processing endpoints,
    // or can be used for constructing a more specific EndpointInfo struct
    // defined by the proxier if needed.
    type BaseEndpointInfo struct {
    	// Cache this values to improve performance
    	ip   string
    	port int
    	// endpoint is the same as net.JoinHostPort(ip,port)
    	endpoint string
    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