public abstract class AbstractVolumeFluentImplAssert<S extends AbstractVolumeFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.VolumeFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
VolumeFluentImpl specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVolumeFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual VolumeFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual VolumeFluentImpl's additionalProperties is equal to the given one.
|
S |
hasAwsElasticBlockStore(io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSource awsElasticBlockStore)
Verifies that the actual VolumeFluentImpl's awsElasticBlockStore is equal to the given one.
|
S |
hasCephfs(io.fabric8.kubernetes.api.model.CephFSVolumeSource cephfs)
Verifies that the actual VolumeFluentImpl's cephfs is equal to the given one.
|
S |
hasCinder(io.fabric8.kubernetes.api.model.CinderVolumeSource cinder)
Verifies that the actual VolumeFluentImpl's cinder is equal to the given one.
|
S |
hasDownwardAPI(io.fabric8.kubernetes.api.model.DownwardAPIVolumeSource downwardAPI)
Verifies that the actual VolumeFluentImpl's downwardAPI is equal to the given one.
|
S |
hasEmptyDir(io.fabric8.kubernetes.api.model.EmptyDirVolumeSource emptyDir)
Verifies that the actual VolumeFluentImpl's emptyDir is equal to the given one.
|
S |
hasFc(io.fabric8.kubernetes.api.model.FCVolumeSource fc)
Verifies that the actual VolumeFluentImpl's fc is equal to the given one.
|
S |
hasFlocker(io.fabric8.kubernetes.api.model.FlockerVolumeSource flocker)
Verifies that the actual VolumeFluentImpl's flocker is equal to the given one.
|
S |
hasGcePersistentDisk(io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSource gcePersistentDisk)
Verifies that the actual VolumeFluentImpl's gcePersistentDisk is equal to the given one.
|
S |
hasGitRepo(io.fabric8.kubernetes.api.model.GitRepoVolumeSource gitRepo)
Verifies that the actual VolumeFluentImpl's gitRepo is equal to the given one.
|
S |
hasGlusterfs(io.fabric8.kubernetes.api.model.GlusterfsVolumeSource glusterfs)
Verifies that the actual VolumeFluentImpl's glusterfs is equal to the given one.
|
S |
hasHostPath(io.fabric8.kubernetes.api.model.HostPathVolumeSource hostPath)
Verifies that the actual VolumeFluentImpl's hostPath is equal to the given one.
|
S |
hasIscsi(io.fabric8.kubernetes.api.model.ISCSIVolumeSource iscsi)
Verifies that the actual VolumeFluentImpl's iscsi is equal to the given one.
|
S |
hasMetadata(io.fabric8.kubernetes.api.model.MetadataVolumeSource metadata)
Verifies that the actual VolumeFluentImpl's metadata is equal to the given one.
|
S |
hasName(String name)
Verifies that the actual VolumeFluentImpl's name is equal to the given one.
|
S |
hasNfs(io.fabric8.kubernetes.api.model.NFSVolumeSource nfs)
Verifies that the actual VolumeFluentImpl's nfs is equal to the given one.
|
S |
hasPersistentVolumeClaim(io.fabric8.kubernetes.api.model.PersistentVolumeClaimVolumeSource persistentVolumeClaim)
Verifies that the actual VolumeFluentImpl's persistentVolumeClaim is equal to the given one.
|
S |
hasRbd(io.fabric8.kubernetes.api.model.RBDVolumeSource rbd)
Verifies that the actual VolumeFluentImpl's rbd is equal to the given one.
|
S |
hasSecret(io.fabric8.kubernetes.api.model.SecretVolumeSource secret)
Verifies that the actual VolumeFluentImpl'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 AbstractVolumeFluentImplAssert(A actual, Class<S> selfType)
AbstractVolumeFluentImplAssert to make assertions on actual VolumeFluentImpl.actual - the VolumeFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual VolumeFluentImpl's additionalProperties to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's awsElasticBlockStore to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's cephfs to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's cinder to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's downwardAPI to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's emptyDir to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's fc to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's flocker to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's gcePersistentDisk to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's gitRepo to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's glusterfs to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's hostPath to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's iscsi to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's metadata to.AssertionError - - if the actual VolumeFluentImpl's metadata is not equal to the given one.public S hasName(String name)
name - the given name to compare the actual VolumeFluentImpl's name to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's nfs to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's persistentVolumeClaim to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's rbd to.AssertionError - - if the actual VolumeFluentImpl'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 VolumeFluentImpl's secret to.AssertionError - - if the actual VolumeFluentImpl's secret is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.