Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetEndpointHost (0.14 sec)

  1. pilot/pkg/networking/util/util.go

    				AddressNameSpecifier: &core.EnvoyInternalAddress_ServerListenerName{
    					ServerListenerName: name,
    				},
    				EndpointId: identifier,
    			},
    		},
    	}
    }
    
    func GetEndpointHost(e *endpoint.LbEndpoint) string {
    	addr := e.GetEndpoint().GetAddress()
    	if host := addr.GetSocketAddress().GetAddress(); host != "" {
    		return host
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top