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