public abstract class AbstractValidatingWebhookAssert<S extends AbstractValidatingWebhookAssert<S,A>,A extends io.fabric8.kubernetes.api.model.admissionregistration.ValidatingWebhook>
extends org.assertj.core.api.AbstractAssert<S,A>
ValidatingWebhook
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractValidatingWebhookAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ValidatingWebhook. |
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
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
admissionReviewVersions()
Navigates to the property admissionReviewVersions so that assertions can be done on it
|
WebhookClientConfigAssert |
clientConfig()
Navigates to the property clientConfig so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
failurePolicy()
Navigates to the property failurePolicy so that assertions can be done on it
|
S |
hasTimeoutSeconds(Integer timeoutSeconds)
Verifies that the actual ValidatingWebhook's timeoutSeconds is equal to the given one.
|
org.assertj.core.api.StringAssert |
matchPolicy()
Navigates to the property matchPolicy so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
name()
Navigates to the property name so that assertions can be done on it
|
LabelSelectorAssert |
namespaceSelector()
Navigates to the property namespaceSelector so that assertions can be done on it
|
LabelSelectorAssert |
objectSelector()
Navigates to the property objectSelector so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.admissionregistration.RuleWithOperations,RuleWithOperationsAssert> |
rules()
Navigates to the property rules so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
sideEffects()
Navigates to the property sideEffects 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 AbstractValidatingWebhookAssert(A actual, Class<S> selfType)
AbstractValidatingWebhookAssert
to make assertions on actual ValidatingWebhook.actual
- the ValidatingWebhook we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> admissionReviewVersions()
public WebhookClientConfigAssert clientConfig()
public org.assertj.core.api.StringAssert failurePolicy()
public org.assertj.core.api.StringAssert matchPolicy()
public org.assertj.core.api.StringAssert name()
public LabelSelectorAssert namespaceSelector()
public LabelSelectorAssert objectSelector()
public NavigationListAssert<io.fabric8.kubernetes.api.model.admissionregistration.RuleWithOperations,RuleWithOperationsAssert> rules()
public org.assertj.core.api.StringAssert sideEffects()
public S hasTimeoutSeconds(Integer timeoutSeconds)
timeoutSeconds
- the given timeoutSeconds to compare the actual ValidatingWebhook's timeoutSeconds to.AssertionError
- - if the actual ValidatingWebhook's timeoutSeconds is not equal to the given one.Copyright © 2020. All rights reserved.