public abstract class AbstractCustomResourceDefinitionSpecAssert<S extends AbstractCustomResourceDefinitionSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
CustomResourceDefinitionSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractCustomResourceDefinitionSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual CustomResourceDefinitionSpec. |
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.CustomResourceColumnDefinition,CustomResourceColumnDefinitionAssert> |
additionalPrinterColumns()
Navigates to the property additionalPrinterColumns 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
|
CustomResourceConversionAssert |
conversion()
Navigates to the property conversion so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
group()
Navigates to the property group so that assertions can be done on it
|
CustomResourceDefinitionNamesAssert |
names()
Navigates to the property names so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
preserveUnknownFields()
Navigates to the property preserveUnknownFields so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
scope()
Navigates to the property scope so that assertions can be done on it
|
CustomResourceSubresourcesAssert |
subresources()
Navigates to the property subresources so that assertions can be done on it
|
CustomResourceValidationAssert |
validation()
Navigates to the property validation so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
version()
Navigates to the property version so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionVersion,CustomResourceDefinitionVersionAssert> |
versions()
Navigates to the property versions 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 AbstractCustomResourceDefinitionSpecAssert(A actual, Class<S> selfType)
AbstractCustomResourceDefinitionSpecAssert
to make assertions on actual CustomResourceDefinitionSpec.actual
- the CustomResourceDefinitionSpec we want to make assertions on.public NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.CustomResourceColumnDefinition,CustomResourceColumnDefinitionAssert> additionalPrinterColumns()
public org.assertj.core.api.MapAssert additionalProperties()
public CustomResourceConversionAssert conversion()
public org.assertj.core.api.StringAssert group()
public CustomResourceDefinitionNamesAssert names()
public org.assertj.core.api.BooleanAssert preserveUnknownFields()
public org.assertj.core.api.StringAssert scope()
public CustomResourceSubresourcesAssert subresources()
public CustomResourceValidationAssert validation()
public org.assertj.core.api.StringAssert version()
public NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionVersion,CustomResourceDefinitionVersionAssert> versions()
Copyright © 2020. All rights reserved.