type durations …
func (d durations) Len() int { … }
func (d durations) Less(i, j int) bool { … }
func (d durations) Swap(i, j int) { … }
var _ …
func runServiceLatencies(ctx context.Context, f *framework.Framework, inParallel, total int, acceptableFailureRatio float32) (output []time.Duration, err error) { … }
type endpointQuery …
type endpointQueries …
func newQuerier() *endpointQueries { … }
func (eq *endpointQueries) join() { … }
func (eq *endpointQueries) request(endpointsName string) *v1.Endpoints { … }
func (eq *endpointQueries) added(e *v1.Endpoints) { … }
func startEndpointWatcher(ctx context.Context, f *framework.Framework, q *endpointQueries) { … }
func singleServiceLatency(ctx context.Context, f *framework.Framework, name string, q *endpointQueries) (time.Duration, error) { … }