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