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 TypeMethodDescriptionboolean
io.kubernetes.client.custom.Quantity
getType()
io.kubernetes.client.custom.Quantity
getValue()
int
hashCode()
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:
getAverageUtilization
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withAverageUtilization
- Specified by:
withAverageUtilization
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasAverageUtilization
- Specified by:
hasAverageUtilization
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
getAverageValue
public io.kubernetes.client.custom.Quantity getAverageValue()- Specified by:
getAverageValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withAverageValue
- Specified by:
withAverageValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasAverageValue
- Specified by:
hasAverageValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withNewAverageValue
- Specified by:
withNewAverageValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
getType
- Specified by:
getType
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withType
- Specified by:
withType
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
getValue
public io.kubernetes.client.custom.Quantity getValue()- Specified by:
getValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withValue
- Specified by:
withValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
hasValue
- Specified by:
hasValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceV2MetricTargetFluent<A extends V2MetricTargetFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V2MetricTargetFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V2MetricTargetFluent<A>>
-
toString
-