Interface V2MetricValueStatusFluent<A extends V2MetricValueStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V2ContainerResourceMetricStatusFluent.CurrentNested<N>,V2ExternalMetricStatusFluent.CurrentNested<N>,V2ObjectMetricStatusFluent.CurrentNested<N>,V2PodsMetricStatusFluent.CurrentNested<N>,V2ResourceMetricStatusFluent.CurrentNested<N>
- All Known Implementing Classes:
V2MetricValueStatusBuilder,V2MetricValueStatusFluentImpl
public interface V2MetricValueStatusFluent<A extends V2MetricValueStatusFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.custom.Quantityio.kubernetes.client.custom.QuantitygetValue()hasValue()withAverageUtilization(Integer averageUtilization) withAverageValue(io.kubernetes.client.custom.Quantity averageValue) withNewAverageValue(String value) withNewValue(String value) withValue(io.kubernetes.client.custom.Quantity value)
-
Method Details
-
getAverageUtilization
Integer getAverageUtilization() -
withAverageUtilization
-
hasAverageUtilization
Boolean hasAverageUtilization() -
getAverageValue
io.kubernetes.client.custom.Quantity getAverageValue() -
withAverageValue
-
hasAverageValue
Boolean hasAverageValue() -
withNewAverageValue
-
getValue
io.kubernetes.client.custom.Quantity getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-