Class V2MetricTargetFluentImpl<A extends V2MetricTargetFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V2MetricTargetFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V2MetricTargetFluent<A>
- Direct Known Subclasses:
V2MetricTargetBuilder
public class V2MetricTargetFluentImpl<A extends V2MetricTargetFluent<A>>
extends BaseFluent<A>
implements V2MetricTargetFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV2MetricTargetFluentImpl(io.kubernetes.client.openapi.models.V2MetricTarget instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.kubernetes.client.custom.QuantitygetType()io.kubernetes.client.custom.QuantitygetValue()inthashCode()hasType()hasValue()toString()withAverageUtilization(Integer averageUtilization) withAverageValue(io.kubernetes.client.custom.Quantity averageValue) withNewAverageValue(String value) withNewValue(String value) withValue(io.kubernetes.client.custom.Quantity value) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V2MetricTargetFluentImpl
public V2MetricTargetFluentImpl() -
V2MetricTargetFluentImpl
public V2MetricTargetFluentImpl(io.kubernetes.client.openapi.models.V2MetricTarget instance)
-
-
Method Details
-
getAverageUtilization
- Specified by:
getAverageUtilizationin interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withAverageUtilization
- Specified by:
withAverageUtilizationin interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasAverageUtilization
- Specified by:
hasAverageUtilizationin interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
getAverageValue
public io.kubernetes.client.custom.Quantity getAverageValue()- Specified by:
getAverageValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withAverageValue
- Specified by:
withAverageValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasAverageValue
- Specified by:
hasAverageValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withNewAverageValue
- Specified by:
withNewAverageValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
getType
- Specified by:
getTypein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withType
- Specified by:
withTypein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
getValue
public io.kubernetes.client.custom.Quantity getValue()- Specified by:
getValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withValue
- Specified by:
withValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V2MetricTargetFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V2MetricTargetFluent<A>>
-
toString
-