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