Package | Description |
---|---|
io.fabric8.kubernetes.api.model.apiextensions | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static CustomResourceSubresourcesAssert |
CustomResourceSubresourcesAssert.assertThat(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceSubresources actual)
An entry point for CustomResourceSubresourcesAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myCustomResourceSubresources) and get specific assertion with code completion. |
CustomResourceSubresourcesAssert |
AbstractCustomResourceDefinitionSpecAssert.subresources()
Navigates to the property subresources so that assertions can be done on it
|
CustomResourceSubresourcesAssert |
AbstractCustomResourceDefinitionVersionAssert.subresources()
Navigates to the property subresources so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static CustomResourceSubresourcesAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceSubresources actual)
Creates a new instance of
. |
Copyright © 2020. All rights reserved.