| Package | Description |
|---|---|
| io.fabric8.kubernetes.assertions | |
| io.fabric8.kubernetes.assertions.support |
| Modifier and Type | Method and Description |
|---|---|
PodSelectionAssert |
PodSelectionAssert.isPodReadyForPeriod()
Asserts that a pod is ready for this deployment all become ready within the given time and that each one keeps being ready for the given time
|
PodSelectionAssert |
PodSelectionAssert.isPodReadyForPeriod(long notReadyTimeoutMS,
long readyPeriodMS)
Asserts that a pod is ready for this deployment all become ready within the given time and that each one keeps being ready for the given time
|
PodSelectionAssert |
ReplicaSetPodsAssert.pods() |
PodSelectionAssert |
DeploymentConfigPodsAssert.pods() |
PodSelectionAssert |
DeploymentPodsAssert.pods() |
PodSelectionAssert |
ReplicationControllerPodsAssert.pods() |
PodSelectionAssert |
ServicePodsAssert.pods() |
PodSelectionAssert |
HasPodSelectionAssert.pods() |
| Constructor and Description |
|---|
PodWatcher(PodSelectionAssert podSelectionAssert,
long readyTimeoutMS,
long readyPeriodMS) |
Copyright © 2011–2016 Red Hat. All rights reserved.