Interface V2ContainerResourceMetricStatusFluent<A extends V2ContainerResourceMetricStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V2MetricStatusFluent.ContainerResourceNested<N>
- All Known Implementing Classes:
V2ContainerResourceMetricStatusBuilder
,V2ContainerResourceMetricStatusFluentImpl
public interface V2ContainerResourceMetricStatusFluent<A extends V2ContainerResourceMetricStatusFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V2MetricValueStatus
editOrNewCurrentLike
(io.kubernetes.client.openapi.models.V2MetricValueStatus item) io.kubernetes.client.openapi.models.V2MetricValueStatus
Deprecated.getName()
hasName()
withContainer
(String container) withCurrent
(io.kubernetes.client.openapi.models.V2MetricValueStatus current) withNewCurrentLike
(io.kubernetes.client.openapi.models.V2MetricValueStatus item)
-
Method Details
-
getContainer
String getContainer() -
withContainer
-
hasContainer
Boolean hasContainer() -
getCurrent
Deprecated.This method has been deprecated, please use method buildCurrent instead.- Returns:
- The buildable object.
-
buildCurrent
io.kubernetes.client.openapi.models.V2MetricValueStatus buildCurrent() -
withCurrent
-
hasCurrent
Boolean hasCurrent() -
withNewCurrent
V2ContainerResourceMetricStatusFluent.CurrentNested<A> withNewCurrent() -
withNewCurrentLike
V2ContainerResourceMetricStatusFluent.CurrentNested<A> withNewCurrentLike(io.kubernetes.client.openapi.models.V2MetricValueStatus item) -
editCurrent
V2ContainerResourceMetricStatusFluent.CurrentNested<A> editCurrent() -
editOrNewCurrent
V2ContainerResourceMetricStatusFluent.CurrentNested<A> editOrNewCurrent() -
editOrNewCurrentLike
V2ContainerResourceMetricStatusFluent.CurrentNested<A> editOrNewCurrentLike(io.kubernetes.client.openapi.models.V2MetricValueStatus item) -
getName
String getName() -
withName
-
hasName
Boolean hasName()
-