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
|
AzureFilePersistentVolumeSourceAssert |
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
|
CephFSPersistentVolumeSourceAssert |
cephfs()
Navigates to the property cephfs so that assertions can be done on it
|
CinderPersistentVolumeSourceAssert |
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
|
CSIPersistentVolumeSourceAssert |
csi()
Navigates to the property csi so that assertions can be done on it
|
FCVolumeSourceAssert |
fc()
Navigates to the property fc so that assertions can be done on it
|
FlexPersistentVolumeSourceAssert |
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
|
GlusterfsPersistentVolumeSourceAssert |
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
|
ISCSIPersistentVolumeSourceAssert |
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
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
mountOptions()
Navigates to the property mountOptions so that assertions can be done on it
|
NFSVolumeSourceAssert |
nfs()
Navigates to the property nfs so that assertions can be done on it
|
VolumeNodeAffinityAssert |
nodeAffinity()
Navigates to the property nodeAffinity 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
|
RBDPersistentVolumeSourceAssert |
rbd()
Navigates to the property rbd so that assertions can be done on it
|
ScaleIOPersistentVolumeSourceAssert |
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
|
org.assertj.core.api.StringAssert |
volumeMode()
Navigates to the property volumeMode so that assertions can be done on it
|
VsphereVirtualDiskVolumeSourceAssert |
vsphereVolume()
Navigates to the property vsphereVolume so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, 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 AzureFilePersistentVolumeSourceAssert azureFile()
public org.assertj.core.api.MapAssert capacity()
public CephFSPersistentVolumeSourceAssert cephfs()
public CinderPersistentVolumeSourceAssert cinder()
public ObjectReferenceAssert claimRef()
public CSIPersistentVolumeSourceAssert csi()
public FCVolumeSourceAssert fc()
public FlexPersistentVolumeSourceAssert flexVolume()
public FlockerVolumeSourceAssert flocker()
public GCEPersistentDiskVolumeSourceAssert gcePersistentDisk()
public GlusterfsPersistentVolumeSourceAssert glusterfs()
public HostPathVolumeSourceAssert hostPath()
public ISCSIPersistentVolumeSourceAssert iscsi()
public LocalVolumeSourceAssert local()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> mountOptions()
public NFSVolumeSourceAssert nfs()
public VolumeNodeAffinityAssert nodeAffinity()
public org.assertj.core.api.StringAssert persistentVolumeReclaimPolicy()
public PhotonPersistentDiskVolumeSourceAssert photonPersistentDisk()
public PortworxVolumeSourceAssert portworxVolume()
public QuobyteVolumeSourceAssert quobyte()
public RBDPersistentVolumeSourceAssert rbd()
public ScaleIOPersistentVolumeSourceAssert scaleIO()
public org.assertj.core.api.StringAssert storageClassName()
public StorageOSPersistentVolumeSourceAssert storageos()
public org.assertj.core.api.StringAssert volumeMode()
public VsphereVirtualDiskVolumeSourceAssert vsphereVolume()
Copyright © 2020. All rights reserved.