Package | Description |
---|---|
io.fabric8.kubernetes.assertions |
Modifier and Type | Method and Description |
---|---|
protected static PodsAssert |
PodsAssert.assertThat(Iterable<io.fabric8.kubernetes.api.model.Pod> result,
io.fabric8.kubernetes.client.KubernetesClient client) |
PodsAssert |
PodsAssert.errorStatus()
Returns the filtered list of pods which have error status
|
PodsAssert |
PodsAssert.filter(org.assertj.core.api.Condition<io.fabric8.kubernetes.api.model.Pod> condition) |
PodsAssert |
PodsAssert.filterLabel(String key,
String value)
Filters the pods using the given label key and value
|
PodsAssert |
PodsAssert.filterNamespace(String namespace)
Filters the pods using the given namespace
|
PodsAssert |
KubernetesAssert.podList() |
PodsAssert |
KubernetesNamespaceAssert.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 |
KubernetesNamespaceAssert.pods() |
PodsAssert |
KubernetesAssert.pods(String namespace) |
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 |
KubernetesNamespaceAssert.podsForReplicationController(String name)
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 replicationControllerId,
String namespace)
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 |
KubernetesNamespaceAssert.podsForService(String name)
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 serviceId,
String namespace)
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–2015 Red Hat. All rights reserved.