public abstract class AbstractPersistentVolumeSpecAssert<S extends AbstractPersistentVolumeSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PersistentVolumeSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
PersistentVolumeSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractPersistentVolumeSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PersistentVolumeSpec. |
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
accessModes()
Navigates to the property accessModes so that assertions can be done on it
|
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
|
org.assertj.core.api.MapAssert |
capacity()
Navigates to the property capacity 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
|
ObjectReferenceAssert |
claimRef()
Navigates to the property claimRef 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
|
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
|
LocalVolumeSourceAssert |
local()
Navigates to the property local so that assertions can be done on it
|
NFSVolumeSourceAssert |
nfs()
Navigates to the property nfs so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
persistentVolumeReclaimPolicy()
Navigates to the property persistentVolumeReclaimPolicy 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
|
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
|
org.assertj.core.api.StringAssert |
storageClassName()
Navigates to the property storageClassName so that assertions can be done on it
|
StorageOSPersistentVolumeSourceAssert |
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 AbstractPersistentVolumeSpecAssert(A actual, Class<S> selfType)
AbstractPersistentVolumeSpecAssert
to make assertions on actual PersistentVolumeSpec.actual
- the PersistentVolumeSpec we want to make assertions on.public NavigationListAssert<String,org.assertj.core.api.StringAssert> accessModes()
public org.assertj.core.api.MapAssert additionalProperties()
public AWSElasticBlockStoreVolumeSourceAssert awsElasticBlockStore()
public AzureDiskVolumeSourceAssert azureDisk()
public AzureFileVolumeSourceAssert azureFile()
public org.assertj.core.api.MapAssert capacity()
public CephFSVolumeSourceAssert cephfs()
public CinderVolumeSourceAssert cinder()
public ObjectReferenceAssert claimRef()
public FCVolumeSourceAssert fc()
public FlexVolumeSourceAssert flexVolume()
public FlockerVolumeSourceAssert flocker()
public GCEPersistentDiskVolumeSourceAssert gcePersistentDisk()
public GlusterfsVolumeSourceAssert glusterfs()
public HostPathVolumeSourceAssert hostPath()
public ISCSIVolumeSourceAssert iscsi()
public LocalVolumeSourceAssert local()
public NFSVolumeSourceAssert nfs()
public org.assertj.core.api.StringAssert persistentVolumeReclaimPolicy()
public PhotonPersistentDiskVolumeSourceAssert photonPersistentDisk()
public PortworxVolumeSourceAssert portworxVolume()
public QuobyteVolumeSourceAssert quobyte()
public RBDVolumeSourceAssert rbd()
public ScaleIOVolumeSourceAssert scaleIO()
public org.assertj.core.api.StringAssert storageClassName()
public StorageOSPersistentVolumeSourceAssert storageos()
public VsphereVirtualDiskVolumeSourceAssert vsphereVolume()
Copyright © 2011–2017 Red Hat. All rights reserved.