| Interface | Description |
|---|---|
| AssertFactory<T,A> |
A factory method to create an Assert class for a given type
TODO replace with the same interface from assertj-core when this issue is fixed and released:
https://github.com/joel-costigliola/assertj-core/issues/641
|
| HasPodSelectionAssert |
| Class | Description |
|---|---|
| Assertions |
assertThat(kubernetesResource) entry points for testing Kubernetes
|
| Conditions | |
| DeploymentConfigPodsAssert |
Adds assertions for asserting that a Deployment starts up correctly etc
|
| DeploymentPodsAssert |
Adds assertions for asserting that a Deployment starts up correctly etc
|
| HasMetadatasAssert<R extends io.fabric8.kubernetes.api.model.HasMetadata,AI extends HasMetadatasAssert> | |
| KubernetesAssert |
An assertion class for making assertions about the current pods, services and replication controllers
using the assertj library
|
| KubernetesNamespaceAssert |
Provides a set of assertions for a namespace
|
| NavigationListAssert<T,EA extends org.assertj.core.api.AbstractAssert> |
Provides helper methods for navigating a list property in a generated assertion class
TODO replace with the same class from assertj-core when this issue is fixed and released:
https://github.com/joel-costigliola/assertj-core/issues/641
|
| PodLogsAssert |
Collect the logs from a number of pods so that they can be asserted on
|
| PodsAssert |
Adds some extra assertion operations
|
| PodSelectionAssert |
Assertion helper for performing assertions on a selection of pods
|
| ReplicaSetPodsAssert | |
| ReplicationControllerPodsAssert | |
| ServicePodsAssert |
Adds assertions for asserting that a Service has ready pods etc
|
| ServicesAssert |
Copyright © 2011–2016 Red Hat. All rights reserved.