Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.extensions | |
io.fabric8.kubernetes.assertions.internal | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static PodTemplateSpecAssert |
PodTemplateSpecAssert.assertThat(io.fabric8.kubernetes.api.model.PodTemplateSpec actual)
An entry point for PodTemplateSpecAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPodTemplateSpec) and get specific assertion with code completion. |
PodTemplateSpecAssert |
AbstractReplicationControllerSpecAssert.template()
Navigates to the property template so that assertions can be done on it
|
PodTemplateSpecAssert |
AbstractPodTemplateAssert.template()
Navigates to the property template so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
PodTemplateSpecAssert |
AbstractReplicaSetSpecAssert.template()
Navigates to the property template so that assertions can be done on it
|
PodTemplateSpecAssert |
AbstractJobSpecAssert.template()
Navigates to the property template so that assertions can be done on it
|
PodTemplateSpecAssert |
AbstractDeploymentSpecAssert.template()
Navigates to the property template so that assertions can be done on it
|
PodTemplateSpecAssert |
AbstractDaemonSetSpecAssert.template()
Navigates to the property template so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static PodTemplateSpecAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.PodTemplateSpec actual)
Creates a new instance of
. |
Modifier and Type | Method and Description |
---|---|
PodTemplateSpecAssert |
AbstractDeploymentConfigSpecAssert.template()
Navigates to the property template so that assertions can be done on it
|
Copyright © 2011–2016 Red Hat. All rights reserved.