Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeEndpointAddress (0.22 sec)

  1. pkg/api/endpoints/testing/make.go

    			Addresses: addrs,
    			Ports:     ports,
    		}},
    	}
    
    	for _, tweak := range tweaks {
    		tweak(eps)
    	}
    
    	return eps
    }
    
    // MakeEndpointAddress helps construct EndpointAddress objects which pass API
    // validation.
    func MakeEndpointAddress(ip string, pod string) api.EndpointAddress {
    	return api.EndpointAddress{
    		IP: ip,
    		TargetRef: &api.ObjectReference{
    			Name:      pod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 02 01:26:45 UTC 2021
    - 1.9K bytes
    - Viewed (0)
Back to top