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