public abstract class AbstractVolumeAssert<S extends AbstractVolumeAssert<S,A>,A extends io.fabric8.kubernetes.api.model.Volume>
extends org.assertj.core.api.AbstractAssert<S,A>
Volume
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractVolumeAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual Volume. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
AWSElasticBlockStoreVolumeSourceAssert |
awsElasticBlockStore()
Navigates to the property awsElasticBlockStore so that assertions can be done on it
|
AzureDiskVolumeSourceAssert |
azureDisk()
Navigates to the property azureDisk so that assertions can be done on it
|
AzureFileVolumeSourceAssert |
azureFile()
Navigates to the property azureFile so that assertions can be done on it
|
CephFSVolumeSourceAssert |
cephfs()
Navigates to the property cephfs so that assertions can be done on it
|
CinderVolumeSourceAssert |
cinder()
Navigates to the property cinder so that assertions can be done on it
|
ConfigMapVolumeSourceAssert |
configMap()
Navigates to the property configMap so that assertions can be done on it
|
DownwardAPIVolumeSourceAssert |
downwardAPI()
Navigates to the property downwardAPI so that assertions can be done on it
|
EmptyDirVolumeSourceAssert |
emptyDir()
Navigates to the property emptyDir so that assertions can be done on it
|
FCVolumeSourceAssert |
fc()
Navigates to the property fc so that assertions can be done on it
|
FlexVolumeSourceAssert |
flexVolume()
Navigates to the property flexVolume so that assertions can be done on it
|
FlockerVolumeSourceAssert |
flocker()
Navigates to the property flocker so that assertions can be done on it
|
GCEPersistentDiskVolumeSourceAssert |
gcePersistentDisk()
Navigates to the property gcePersistentDisk so that assertions can be done on it
|
GitRepoVolumeSourceAssert |
gitRepo()
Navigates to the property gitRepo so that assertions can be done on it
|
GlusterfsVolumeSourceAssert |
glusterfs()
Navigates to the property glusterfs so that assertions can be done on it
|
HostPathVolumeSourceAssert |
hostPath()
Navigates to the property hostPath so that assertions can be done on it
|
ISCSIVolumeSourceAssert |
iscsi()
Navigates to the property iscsi so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
name()
Navigates to the property name so that assertions can be done on it
|
NFSVolumeSourceAssert |
nfs()
Navigates to the property nfs so that assertions can be done on it
|
PersistentVolumeClaimVolumeSourceAssert |
persistentVolumeClaim()
Navigates to the property persistentVolumeClaim so that assertions can be done on it
|
PhotonPersistentDiskVolumeSourceAssert |
photonPersistentDisk()
Navigates to the property photonPersistentDisk so that assertions can be done on it
|
PortworxVolumeSourceAssert |
portworxVolume()
Navigates to the property portworxVolume so that assertions can be done on it
|
ProjectedVolumeSourceAssert |
projected()
Navigates to the property projected so that assertions can be done on it
|
QuobyteVolumeSourceAssert |
quobyte()
Navigates to the property quobyte so that assertions can be done on it
|
RBDVolumeSourceAssert |
rbd()
Navigates to the property rbd so that assertions can be done on it
|
ScaleIOVolumeSourceAssert |
scaleIO()
Navigates to the property scaleIO so that assertions can be done on it
|
SecretVolumeSourceAssert |
secret()
Navigates to the property secret so that assertions can be done on it
|
StorageOSVolumeSourceAssert |
storageos()
Navigates to the property storageos so that assertions can be done on it
|
VsphereVirtualDiskVolumeSourceAssert |
vsphereVolume()
Navigates to the property vsphereVolume so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator, withFailMessage, withThreadDumpOnError
protected AbstractVolumeAssert(A actual, Class<S> selfType)
AbstractVolumeAssert
to make assertions on actual Volume.actual
- the Volume we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public AWSElasticBlockStoreVolumeSourceAssert awsElasticBlockStore()
public AzureDiskVolumeSourceAssert azureDisk()
public AzureFileVolumeSourceAssert azureFile()
public CephFSVolumeSourceAssert cephfs()
public CinderVolumeSourceAssert cinder()
public ConfigMapVolumeSourceAssert configMap()
public DownwardAPIVolumeSourceAssert downwardAPI()
public EmptyDirVolumeSourceAssert emptyDir()
public FCVolumeSourceAssert fc()
public FlexVolumeSourceAssert flexVolume()
public FlockerVolumeSourceAssert flocker()
public GCEPersistentDiskVolumeSourceAssert gcePersistentDisk()
public GitRepoVolumeSourceAssert gitRepo()
public GlusterfsVolumeSourceAssert glusterfs()
public HostPathVolumeSourceAssert hostPath()
public ISCSIVolumeSourceAssert iscsi()
public org.assertj.core.api.StringAssert name()
public NFSVolumeSourceAssert nfs()
public PersistentVolumeClaimVolumeSourceAssert persistentVolumeClaim()
public PhotonPersistentDiskVolumeSourceAssert photonPersistentDisk()
public PortworxVolumeSourceAssert portworxVolume()
public ProjectedVolumeSourceAssert projected()
public QuobyteVolumeSourceAssert quobyte()
public RBDVolumeSourceAssert rbd()
public ScaleIOVolumeSourceAssert scaleIO()
public SecretVolumeSourceAssert secret()
public StorageOSVolumeSourceAssert storageos()
public VsphereVirtualDiskVolumeSourceAssert vsphereVolume()
Copyright © 2011–2017 Red Hat. All rights reserved.