public abstract class AbstractPersistentVolumeClaimSpecAssert<S extends AbstractPersistentVolumeClaimSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
PersistentVolumeClaimSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractPersistentVolumeClaimSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PersistentVolumeClaimSpec. |
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
|
TypedLocalObjectReferenceAssert |
dataSource()
Navigates to the property dataSource so that assertions can be done on it
|
ResourceRequirementsAssert |
resources()
Navigates to the property resources so that assertions can be done on it
|
LabelSelectorAssert |
selector()
Navigates to the property selector so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
storageClassName()
Navigates to the property storageClassName so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
volumeMode()
Navigates to the property volumeMode so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
volumeName()
Navigates to the property volumeName so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
protected AbstractPersistentVolumeClaimSpecAssert(A actual, Class<S> selfType)
AbstractPersistentVolumeClaimSpecAssert
to make assertions on actual PersistentVolumeClaimSpec.actual
- the PersistentVolumeClaimSpec we want to make assertions on.public NavigationListAssert<String,org.assertj.core.api.StringAssert> accessModes()
public org.assertj.core.api.MapAssert additionalProperties()
public TypedLocalObjectReferenceAssert dataSource()
public ResourceRequirementsAssert resources()
public LabelSelectorAssert selector()
public org.assertj.core.api.StringAssert storageClassName()
public org.assertj.core.api.StringAssert volumeMode()
public org.assertj.core.api.StringAssert volumeName()
Copyright © 2020. All rights reserved.