Package | Description |
---|---|
io.fabric8.kubernetes.assertions |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentConfigPodsAssert
Adds assertions for asserting that a Deployment starts up correctly etc
|
class |
DeploymentPodsAssert
Adds assertions for asserting that a Deployment starts up correctly etc
|
class |
MultiHasPodSelectionAssert |
class |
ReplicaSetPodsAssert |
class |
ReplicationControllerPodsAssert |
class |
ServicePodsAssert
Adds assertions for asserting that a Service has ready pods etc
|
Modifier and Type | Method and Description |
---|---|
protected HasPodSelectionAssert |
KubernetesAssert.createPodSelectionAssert(io.fabric8.kubernetes.api.model.HasMetadata resource) |
HasPodSelectionAssert |
KubernetesAssert.deployment(String deploymentName)
Asserts that there is a deployment of the given name
|
HasPodSelectionAssert |
KubernetesAssert.deployments()
Finds all the resources that create pod selections (Deployment, DeploymentConfig, ReplicaSet, ReplicationController)
and create a
HasPodSelectionAssert to make assertions on their pods that they startup etc. |
HasPodSelectionAssert |
KubernetesAssert.replicas(String replicaName)
Asserts that there is a ReplicaSet or ReplicationController of the given name
|
Constructor and Description |
---|
MultiHasPodSelectionAssert(List<HasPodSelectionAssert> asserters) |
Copyright © 2011–2017 Red Hat. All rights reserved.