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 |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual Volume's additionalProperties is equal to the given one.
|
S |
hasAwsElasticBlockStore(io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSource awsElasticBlockStore)
Verifies that the actual Volume's awsElasticBlockStore is equal to the given one.
|
S |
hasCephfs(io.fabric8.kubernetes.api.model.CephFSVolumeSource cephfs)
Verifies that the actual Volume's cephfs is equal to the given one.
|
S |
hasCinder(io.fabric8.kubernetes.api.model.CinderVolumeSource cinder)
Verifies that the actual Volume's cinder is equal to the given one.
|
S |
hasDownwardAPI(io.fabric8.kubernetes.api.model.DownwardAPIVolumeSource downwardAPI)
Verifies that the actual Volume's downwardAPI is equal to the given one.
|
S |
hasEmptyDir(io.fabric8.kubernetes.api.model.EmptyDirVolumeSource emptyDir)
Verifies that the actual Volume's emptyDir is equal to the given one.
|
S |
hasFc(io.fabric8.kubernetes.api.model.FCVolumeSource fc)
Verifies that the actual Volume's fc is equal to the given one.
|
S |
hasFlocker(io.fabric8.kubernetes.api.model.FlockerVolumeSource flocker)
Verifies that the actual Volume's flocker is equal to the given one.
|
S |
hasGcePersistentDisk(io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSource gcePersistentDisk)
Verifies that the actual Volume's gcePersistentDisk is equal to the given one.
|
S |
hasGitRepo(io.fabric8.kubernetes.api.model.GitRepoVolumeSource gitRepo)
Verifies that the actual Volume's gitRepo is equal to the given one.
|
S |
hasGlusterfs(io.fabric8.kubernetes.api.model.GlusterfsVolumeSource glusterfs)
Verifies that the actual Volume's glusterfs is equal to the given one.
|
S |
hasHostPath(io.fabric8.kubernetes.api.model.HostPathVolumeSource hostPath)
Verifies that the actual Volume's hostPath is equal to the given one.
|
S |
hasIscsi(io.fabric8.kubernetes.api.model.ISCSIVolumeSource iscsi)
Verifies that the actual Volume's iscsi is equal to the given one.
|
S |
hasMetadata(io.fabric8.kubernetes.api.model.MetadataVolumeSource metadata)
Verifies that the actual Volume's metadata is equal to the given one.
|
S |
hasName(String name)
Verifies that the actual Volume's name is equal to the given one.
|
S |
hasNfs(io.fabric8.kubernetes.api.model.NFSVolumeSource nfs)
Verifies that the actual Volume's nfs is equal to the given one.
|
S |
hasPersistentVolumeClaim(io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSource persistentVolumeClaim)
Verifies that the actual Volume's persistentVolumeClaim is equal to the given one.
|
S |
hasRbd(io.fabric8.kubernetes.api.model.RBDVolumeSource rbd)
Verifies that the actual Volume's rbd is equal to the given one.
|
S |
hasSecret(io.fabric8.kubernetes.api.model.SecretVolumeSource secret)
Verifies that the actual Volume's secret is equal to the given one.
|
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorprotected AbstractVolumeAssert(A actual, Class<S> selfType)
AbstractVolumeAssert to make assertions on actual Volume.actual - the Volume we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual Volume's additionalProperties to.AssertionError - - if the actual Volume's additionalProperties is not equal to the given one.public S hasAwsElasticBlockStore(io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSource awsElasticBlockStore)
awsElasticBlockStore - the given awsElasticBlockStore to compare the actual Volume's awsElasticBlockStore to.AssertionError - - if the actual Volume's awsElasticBlockStore is not equal to the given one.public S hasCephfs(io.fabric8.kubernetes.api.model.CephFSVolumeSource cephfs)
cephfs - the given cephfs to compare the actual Volume's cephfs to.AssertionError - - if the actual Volume's cephfs is not equal to the given one.public S hasCinder(io.fabric8.kubernetes.api.model.CinderVolumeSource cinder)
cinder - the given cinder to compare the actual Volume's cinder to.AssertionError - - if the actual Volume's cinder is not equal to the given one.public S hasDownwardAPI(io.fabric8.kubernetes.api.model.DownwardAPIVolumeSource downwardAPI)
downwardAPI - the given downwardAPI to compare the actual Volume's downwardAPI to.AssertionError - - if the actual Volume's downwardAPI is not equal to the given one.public S hasEmptyDir(io.fabric8.kubernetes.api.model.EmptyDirVolumeSource emptyDir)
emptyDir - the given emptyDir to compare the actual Volume's emptyDir to.AssertionError - - if the actual Volume's emptyDir is not equal to the given one.public S hasFc(io.fabric8.kubernetes.api.model.FCVolumeSource fc)
fc - the given fc to compare the actual Volume's fc to.AssertionError - - if the actual Volume's fc is not equal to the given one.public S hasFlocker(io.fabric8.kubernetes.api.model.FlockerVolumeSource flocker)
flocker - the given flocker to compare the actual Volume's flocker to.AssertionError - - if the actual Volume's flocker is not equal to the given one.public S hasGcePersistentDisk(io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSource gcePersistentDisk)
gcePersistentDisk - the given gcePersistentDisk to compare the actual Volume's gcePersistentDisk to.AssertionError - - if the actual Volume's gcePersistentDisk is not equal to the given one.public S hasGitRepo(io.fabric8.kubernetes.api.model.GitRepoVolumeSource gitRepo)
gitRepo - the given gitRepo to compare the actual Volume's gitRepo to.AssertionError - - if the actual Volume's gitRepo is not equal to the given one.public S hasGlusterfs(io.fabric8.kubernetes.api.model.GlusterfsVolumeSource glusterfs)
glusterfs - the given glusterfs to compare the actual Volume's glusterfs to.AssertionError - - if the actual Volume's glusterfs is not equal to the given one.public S hasHostPath(io.fabric8.kubernetes.api.model.HostPathVolumeSource hostPath)
hostPath - the given hostPath to compare the actual Volume's hostPath to.AssertionError - - if the actual Volume's hostPath is not equal to the given one.public S hasIscsi(io.fabric8.kubernetes.api.model.ISCSIVolumeSource iscsi)
iscsi - the given iscsi to compare the actual Volume's iscsi to.AssertionError - - if the actual Volume's iscsi is not equal to the given one.public S hasMetadata(io.fabric8.kubernetes.api.model.MetadataVolumeSource metadata)
metadata - the given metadata to compare the actual Volume's metadata to.AssertionError - - if the actual Volume's metadata is not equal to the given one.public S hasName(String name)
name - the given name to compare the actual Volume's name to.AssertionError - - if the actual Volume's name is not equal to the given one.public S hasNfs(io.fabric8.kubernetes.api.model.NFSVolumeSource nfs)
nfs - the given nfs to compare the actual Volume's nfs to.AssertionError - - if the actual Volume's nfs is not equal to the given one.public S hasPersistentVolumeClaim(io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSource persistentVolumeClaim)
persistentVolumeClaim - the given persistentVolumeClaim to compare the actual Volume's persistentVolumeClaim to.AssertionError - - if the actual Volume's persistentVolumeClaim is not equal to the given one.public S hasRbd(io.fabric8.kubernetes.api.model.RBDVolumeSource rbd)
rbd - the given rbd to compare the actual Volume's rbd to.AssertionError - - if the actual Volume's rbd is not equal to the given one.public S hasSecret(io.fabric8.kubernetes.api.model.SecretVolumeSource secret)
secret - the given secret to compare the actual Volume's secret to.AssertionError - - if the actual Volume's secret is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.