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
|
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
|
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
|
RBDVolumeSourceAssert |
rbd()
Navigates to the property rbd 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 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 NFSVolumeSourceAssert nfs()
public org.assertj.core.api.StringAssert persistentVolumeReclaimPolicy()
public RBDVolumeSourceAssert rbd()
Copyright © 2011–2016 Red Hat. All rights reserved.