public abstract class AbstractDaemonSetSpecAssert<S extends AbstractDaemonSetSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.extensions.DaemonSetSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
DaemonSetSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDaemonSetSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DaemonSetSpec. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
S |
hasMinReadySeconds(Integer minReadySeconds)
Verifies that the actual DaemonSetSpec's minReadySeconds is equal to the given one.
|
S |
hasRevisionHistoryLimit(Integer revisionHistoryLimit)
Verifies that the actual DaemonSetSpec's revisionHistoryLimit is equal to the given one.
|
S |
hasTemplateGeneration(Long templateGeneration)
Verifies that the actual DaemonSetSpec's templateGeneration is equal to the given one.
|
LabelSelectorAssert |
selector()
Navigates to the property selector so that assertions can be done on it
|
PodTemplateSpecAssert |
template()
Navigates to the property template so that assertions can be done on it
|
DaemonSetUpdateStrategyAssert |
updateStrategy()
Navigates to the property updateStrategy so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractDaemonSetSpecAssert(A actual, Class<S> selfType)
AbstractDaemonSetSpecAssert
to make assertions on actual DaemonSetSpec.actual
- the DaemonSetSpec we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public S hasMinReadySeconds(Integer minReadySeconds)
minReadySeconds
- the given minReadySeconds to compare the actual DaemonSetSpec's minReadySeconds to.AssertionError
- - if the actual DaemonSetSpec's minReadySeconds is not equal to the given one.public S hasRevisionHistoryLimit(Integer revisionHistoryLimit)
revisionHistoryLimit
- the given revisionHistoryLimit to compare the actual DaemonSetSpec's revisionHistoryLimit to.AssertionError
- - if the actual DaemonSetSpec's revisionHistoryLimit is not equal to the given one.public LabelSelectorAssert selector()
public PodTemplateSpecAssert template()
public S hasTemplateGeneration(Long templateGeneration)
templateGeneration
- the given templateGeneration to compare the actual DaemonSetSpec's templateGeneration to.AssertionError
- - if the actual DaemonSetSpec's templateGeneration is not equal to the given one.public DaemonSetUpdateStrategyAssert updateStrategy()
Copyright © 2011–2017 Red Hat. All rights reserved.