ginkgo.By(fmt.Sprintf("waiting up to %v for service %s in namespace %s to expose endpoints %v",ServiceStartTimeout,serviceName,namespace,expectedEndpoints))
returnfmt.Errorf("Timed out waiting for service %s in namespace %s to expose endpoints %v (%v elapsed)",serviceName,namespace,expectedEndpoints,ServiceStartTimeout)
ginkgo.By(fmt.Sprintf("waiting up to %v for service %s in namespace %s to expose endpoints %v",ServiceStartTimeout,serviceName,namespace,expectedEndpoints))
Failf("Timed out waiting for service %s in namespace %s to expose endpoints %v (%v elapsed)",serviceName,namespace,expectedEndpoints,ServiceStartTimeout)
}
// StartServeHostnameService creates a replication controller that serves its
// StartServeHostnameService creates a replication controller that serves its