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 |
hasCephfs(io.fabric8.kubernetes.api.model.CephFSVolumeSource cephfs)
Verifies that the actual VolumeFluent's cephfs is equal to the given one.
|
S |
hasCinder(io.fabric8.kubernetes.api.model.CinderVolumeSource cinder)
Verifies that the actual VolumeFluent's cinder is equal to the given one.
|
S |
hasDownwardAPI(io.fabric8.kubernetes.api.model.DownwardAPIVolumeSource downwardAPI)
Verifies that the actual VolumeFluent's downwardAPI 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 |
hasFc(io.fabric8.kubernetes.api.model.FCVolumeSource fc)
Verifies that the actual VolumeFluent's fc is equal to the given one.
|
S |
hasFlocker(io.fabric8.kubernetes.api.model.FlockerVolumeSource flocker)
Verifies that the actual VolumeFluent's flocker 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 |
hasMetadata(io.fabric8.kubernetes.api.model.MetadataVolumeSource metadata)
Verifies that the actual VolumeFluent's metadata 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 hasCephfs(io.fabric8.kubernetes.api.model.CephFSVolumeSource cephfs)
cephfs
- the given cephfs to compare the actual VolumeFluent's cephfs to.AssertionError
- - if the actual VolumeFluent'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 VolumeFluent's cinder to.AssertionError
- - if the actual VolumeFluent'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 VolumeFluent's downwardAPI to.AssertionError
- - if the actual VolumeFluent'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 VolumeFluent's emptyDir to.AssertionError
- - if the actual VolumeFluent'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 VolumeFluent's fc to.AssertionError
- - if the actual VolumeFluent'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 VolumeFluent's flocker to.AssertionError
- - if the actual VolumeFluent'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 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 hasMetadata(io.fabric8.kubernetes.api.model.MetadataVolumeSource metadata)
metadata
- the given metadata to compare the actual VolumeFluent's metadata to.AssertionError
- - if the actual VolumeFluent's metadata 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–2016 Red Hat. All rights reserved.