Interface MetricTargetFluent<A extends MetricTargetFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ContainerResourceMetricSourceFluent.TargetNested<N>,ExternalMetricSourceFluent.TargetNested<N>,ObjectMetricSourceFluent.TargetNested<N>,PodsMetricSourceFluent.TargetNested<N>,ResourceMetricSourceFluent.TargetNested<N>
- All Known Implementing Classes:
ContainerResourceMetricSourceFluentImpl.TargetNestedImpl,ExternalMetricSourceFluentImpl.TargetNestedImpl,MetricTargetBuilder,MetricTargetFluentImpl,ObjectMetricSourceFluentImpl.TargetNestedImpl,PodsMetricSourceFluentImpl.TargetNestedImpl,ResourceMetricSourceFluentImpl.TargetNestedImpl
public interface MetricTargetFluent<A extends MetricTargetFluent<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()StringgetType()io.fabric8.kubernetes.api.model.QuantitygetValue()BooleanhasAverageUtilization()BooleanhasAverageValue()BooleanhasType()BooleanhasValue()AwithAverageUtilization(Integer averageUtilization)AwithAverageValue(io.fabric8.kubernetes.api.model.Quantity averageValue)AwithNewAverageValue(String amount)AwithNewAverageValue(String amount, String format)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithNewValue(String amount)AwithNewValue(String amount, String format)AwithType(String type)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()
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
getValue
io.fabric8.kubernetes.api.model.Quantity getValue()
-
withValue
A withValue(io.fabric8.kubernetes.api.model.Quantity value)
-
hasValue
Boolean hasValue()
-
-