Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.assertions | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static ReplicationControllerAssert |
ReplicationControllerAssert.assertThat(io.fabric8.kubernetes.api.model.ReplicationController actual)
An entry point for ReplicationControllerAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myReplicationController) and get specific assertion with code completion. |
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<io.fabric8.kubernetes.api.model.ReplicationController,ReplicationControllerAssert> |
AbstractReplicationControllerListAssert.items()
Navigates to the property items so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
ReplicationControllerAssert |
KubernetesNamespaceAssert.replicationController(String name)
Asserts that the replication controller can be found for the given ID and namespace.
|
ReplicationControllerAssert |
KubernetesAssert.replicationController(String replicationControllerId,
String namespace)
Asserts that the replication controller can be found for the given ID and namespace.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationControllerAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.ReplicationController actual)
Creates a new instance of
. |
Copyright © 2011–2016 Red Hat. All rights reserved.