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