Interface MetricValueStatusFluent<A extends MetricValueStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ContainerResourceMetricStatusFluent.CurrentNested<N>,ExternalMetricStatusFluent.CurrentNested<N>,ObjectMetricStatusFluent.CurrentNested<N>,PodsMetricStatusFluent.CurrentNested<N>,ResourceMetricStatusFluent.CurrentNested<N>
- All Known Implementing Classes:
ContainerResourceMetricStatusFluentImpl.CurrentNestedImpl,ExternalMetricStatusFluentImpl.CurrentNestedImpl,MetricValueStatusBuilder,MetricValueStatusFluentImpl,ObjectMetricStatusFluentImpl.CurrentNestedImpl,PodsMetricStatusFluentImpl.CurrentNestedImpl,ResourceMetricStatusFluentImpl.CurrentNestedImpl
public interface MetricValueStatusFluent<A extends MetricValueStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetAverageUtilization()io.fabric8.kubernetes.api.model.QuantitygetAverageValue()io.fabric8.kubernetes.api.model.QuantitygetValue()BooleanhasAverageUtilization()BooleanhasAverageValue()BooleanhasValue()AwithAverageUtilization(Integer averageUtilization)AwithAverageValue(io.fabric8.kubernetes.api.model.Quantity averageValue)AwithNewAverageValue(String amount)AwithNewAverageValue(String amount, String format)AwithNewValue(String amount)AwithNewValue(String amount, String format)AwithValue(io.fabric8.kubernetes.api.model.Quantity value)
-
-
-
Method Detail
-
getAverageUtilization
Integer getAverageUtilization()
-
hasAverageUtilization
Boolean hasAverageUtilization()
-
getAverageValue
io.fabric8.kubernetes.api.model.Quantity getAverageValue()
-
withAverageValue
A withAverageValue(io.fabric8.kubernetes.api.model.Quantity averageValue)
-
hasAverageValue
Boolean hasAverageValue()
-
getValue
io.fabric8.kubernetes.api.model.Quantity getValue()
-
withValue
A withValue(io.fabric8.kubernetes.api.model.Quantity value)
-
hasValue
Boolean hasValue()
-
-