Interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V2ContainerResourceMetricSourceFluent.TargetNested<N>,V2ExternalMetricSourceFluent.TargetNested<N>,V2ObjectMetricSourceFluent.TargetNested<N>,V2PodsMetricSourceFluent.TargetNested<N>,V2ResourceMetricSourceFluent.TargetNested<N>
- All Known Implementing Classes:
V2MetricTargetBuilder,V2MetricTargetFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.custom.QuantitygetType()io.kubernetes.client.custom.QuantitygetValue()hasType()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
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
getValue
io.kubernetes.client.custom.Quantity getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-