Package | Description |
---|---|
io.fabric8.kubernetes.assertions |
Modifier and Type | Method and Description |
---|---|
protected static PodsAssert |
PodsAssert.assertThat(Iterable<io.fabric8.kubernetes.api.model.PodSchema> result) |
static PodsAssert |
Assertions.assertThat(List<io.fabric8.kubernetes.api.model.PodSchema> pods) |
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.PodSchema> condition) |
PodsAssert |
PodsAssert.filterLabel(String key,
String value)
Filters the pods using the given label key and value
|
PodsAssert |
KubernetesAssert.pods() |
PodsAssert |
KubernetesAssert.podsForReplicationController(io.fabric8.kubernetes.api.model.ReplicationControllerSchema 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 replicationControllerId)
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.ServiceSchema 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 serviceId)
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–2014 Red Hat. All rights reserved.