Interface ResourceMetricStatusFluent<A extends ResourceMetricStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
MetricStatusFluent.ResourceNested<N>
- All Known Implementing Classes:
DoneableResourceMetricStatus,MetricStatusFluentImpl.ResourceNestedImpl,ResourceMetricStatusBuilder,ResourceMetricStatusFluentImpl
public interface ResourceMetricStatusFluent<A extends ResourceMetricStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description IntegergetCurrentAverageUtilization()io.fabric8.kubernetes.api.model.QuantitygetCurrentAverageValue()StringgetName()BooleanhasCurrentAverageUtilization()BooleanhasCurrentAverageValue()BooleanhasName()AwithCurrentAverageUtilization(Integer currentAverageUtilization)AwithCurrentAverageValue(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)AwithName(String name)AwithNewCurrentAverageUtilization(int arg1)AwithNewCurrentAverageUtilization(String arg1)AwithNewCurrentAverageValue(String amount)AwithNewCurrentAverageValue(String amount, String format)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
Method Details
-
getCurrentAverageUtilization
Integer getCurrentAverageUtilization() -
withCurrentAverageUtilization
-
hasCurrentAverageUtilization
Boolean hasCurrentAverageUtilization() -
withNewCurrentAverageUtilization
-
withNewCurrentAverageUtilization
-
getCurrentAverageValue
io.fabric8.kubernetes.api.model.Quantity getCurrentAverageValue() -
withCurrentAverageValue
-
hasCurrentAverageValue
Boolean hasCurrentAverageValue() -
withNewCurrentAverageValue
-
withNewCurrentAverageValue
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-