Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/proxy/endpointslicecache.go

    func newEndpointSliceTracker() *endpointSliceTracker {
    	return &endpointSliceTracker{
    		applied: endpointSliceDataByName{},
    		pending: endpointSliceDataByName{},
    	}
    }
    
    // standardEndpointInfo is the default makeEndpointFunc.
    func standardEndpointInfo(ep *BaseEndpointInfo, _ *ServicePortName) Endpoint {
    	return ep
    }
    
    // updatePending updates a pending slice in the cache.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top