Interface MetricValueStatusFluent<A extends MetricValueStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ExternalMetricStatusFluent.CurrentNested<N>,ObjectMetricStatusFluent.CurrentNested<N>,PodsMetricStatusFluent.CurrentNested<N>,ResourceMetricStatusFluent.CurrentNested<N>
- All Known Implementing Classes:
DoneableMetricValueStatus,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
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)AwithNewAverageUtilization(int arg1)AwithNewAverageUtilization(String arg1)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 Details
-
getAverageUtilization
Integer getAverageUtilization() -
withAverageUtilization
-
hasAverageUtilization
Boolean hasAverageUtilization() -
withNewAverageUtilization
-
withNewAverageUtilization
-
getAverageValue
io.fabric8.kubernetes.api.model.Quantity getAverageValue() -
withAverageValue
-
hasAverageValue
Boolean hasAverageValue() -
withNewAverageValue
-
withNewAverageValue
-
getValue
io.fabric8.kubernetes.api.model.Quantity getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-
withNewValue
-