state.Logf("%v/%v has %v endpoints, which is less than %v as expected. Waiting for all endpoints to come up.",*namespace,*service,len(eps),*peerCount)
state.Logf("%v/%v has %v endpoints (%v), which is less than %v as expected. Waiting for all endpoints to come up.",*namespace,*service,len(eps),eps.List(),*peerCount)
}
}
// Do this repeatedly, in case there's some propagation delay with getting
// Do this repeatedly, in case there's some propagation delay with getting