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