Package | Description |
---|---|
io.fabric8.kubernetes.assertions |
Modifier and Type | Method and Description |
---|---|
protected PodsAssert |
PodsAssert.createListAssert(List<io.fabric8.kubernetes.api.model.Pod> list) |
PodsAssert |
PodsAssert.errorStatus()
Returns the filtered list of pods which have error status
|
PodsAssert |
KubernetesAssert.podList() |
PodsAssert |
KubernetesAssert.podList(List<io.fabric8.kubernetes.api.model.Pod> pods) |
PodsAssert |
KubernetesAssert.podList(io.fabric8.kubernetes.api.model.PodList pods) |
PodsAssert |
KubernetesAssert.pods() |
PodsAssert |
KubernetesAssert.podsForReplicationController(io.fabric8.kubernetes.api.model.ReplicationController replicationController)
Asserts that we can find the given replication controller and match it to a list of pods, returning the pods for further assertions
|
PodsAssert |
KubernetesAssert.podsForReplicationController(String replicationControllerName)
Asserts that we can find the given replication controller and match it to a list of pods, returning the pods for further assertions
|
PodsAssert |
KubernetesAssert.podsForService(io.fabric8.kubernetes.api.model.Service service)
Asserts that we can find the given service and match it to a list of pods, returning the pods for further assertions
|
PodsAssert |
KubernetesAssert.podsForService(String serviceName)
Asserts that we can find the given service and match it to a list of pods, returning the pods for further assertions
|
PodsAssert |
PodsAssert.runningStatus()
Returns the filtered list of pods which have running status
|
PodsAssert |
PodsAssert.waitingStatus()
Returns the filtered list of pods which have waiting status
|
Copyright © 2011–2016 Red Hat. All rights reserved.