Package | Description |
---|---|
io.fabric8.kubernetes.assertions |
Modifier and Type | Method and Description |
---|---|
ServicePodsAssert |
ServicePodsAssert.hasEndpointOrReadyPod()
Asserts that either this service has a valid Endpoint or that a pod is Ready for a period of time
|
ServicePodsAssert |
ServicePodsAssert.hasEndpointOrReadyPod(long notReadyTimeoutMS,
long readyPeriodMS)
Asserts that either this service has a valid Endpoint or that a pod is Ready for a period of time
|
ServicePodsAssert |
KubernetesAssert.service(String serviceName)
Asserts that the given service name exist
|
ServicePodsAssert |
ServicesAssert.service(String serviceName)
Asserts that the given service name exist
|
Copyright © 2011–2017 Red Hat. All rights reserved.