Package | Description |
---|---|
io.fabric8.kubernetes.api.model.apiextensions | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static JSONSchemaPropsAssert |
JSONSchemaPropsAssert.assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps actual)
An entry point for JSONSchemaPropsAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJSONSchemaProps) and get specific assertion with code completion. |
JSONSchemaPropsAssert |
AbstractJSONSchemaPropsAssert.not()
Navigates to the property not so that assertions can be done on it
|
JSONSchemaPropsAssert |
AbstractCustomResourceValidationAssert.openAPIV3Schema()
Navigates to the property openAPIV3Schema so that assertions can be done on it
|
JSONSchemaPropsAssert |
AbstractJSONSchemaPropsOrStringArrayAssert.schema()
Navigates to the property schema so that assertions can be done on it
|
JSONSchemaPropsAssert |
AbstractJSONSchemaPropsOrBoolAssert.schema()
Navigates to the property schema so that assertions can be done on it
|
JSONSchemaPropsAssert |
AbstractJSONSchemaPropsOrArrayAssert.schema()
Navigates to the property schema so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
AbstractJSONSchemaPropsAssert.allOf()
Navigates to the property allOf so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
AbstractJSONSchemaPropsAssert.anyOf()
Navigates to the property anyOf so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
AbstractJSONSchemaPropsOrArrayAssert.jSONSchemas()
Navigates to the property jSONSchemas so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
AbstractJSONSchemaPropsAssert.oneOf()
Navigates to the property oneOf so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static JSONSchemaPropsAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps actual)
Creates a new instance of
. |
Copyright © 2020. All rights reserved.