Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.assertions.internal | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static ResourceRequirementsAssert |
ResourceRequirementsAssert.assertThat(io.fabric8.kubernetes.api.model.ResourceRequirements actual)
An entry point for ResourceRequirementsAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myResourceRequirements) and get specific assertion with code completion. |
ResourceRequirementsAssert |
AbstractPersistentVolumeClaimSpecAssert.resources()
Navigates to the property resources so that assertions can be done on it
|
ResourceRequirementsAssert |
AbstractContainerAssert.resources()
Navigates to the property resources so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static ResourceRequirementsAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.ResourceRequirements actual)
Creates a new instance of
. |
Modifier and Type | Method and Description |
---|---|
ResourceRequirementsAssert |
AbstractBuildSpecAssert.resources()
Navigates to the property resources so that assertions can be done on it
|
ResourceRequirementsAssert |
AbstractDeploymentStrategyAssert.resources()
Navigates to the property resources so that assertions can be done on it
|
ResourceRequirementsAssert |
AbstractBuildConfigSpecAssert.resources()
Navigates to the property resources so that assertions can be done on it
|
Copyright © 2011–2017 Red Hat. All rights reserved.