Class V2beta2MetricTargetFluentImpl<A extends V2beta2MetricTargetFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V2beta2MetricTargetFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V2beta2MetricTargetFluent<A>
- Direct Known Subclasses:
V2beta2MetricTargetBuilder
public class V2beta2MetricTargetFluentImpl<A extends V2beta2MetricTargetFluent<A>>
extends BaseFluent<A>
implements V2beta2MetricTargetFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV2beta2MetricTargetFluentImpl
(io.kubernetes.client.openapi.models.V2beta2MetricTarget 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
-
V2beta2MetricTargetFluentImpl
public V2beta2MetricTargetFluentImpl() -
V2beta2MetricTargetFluentImpl
public V2beta2MetricTargetFluentImpl(io.kubernetes.client.openapi.models.V2beta2MetricTarget instance)
-
-
Method Details
-
getAverageUtilization
- Specified by:
getAverageUtilization
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
withAverageUtilization
- Specified by:
withAverageUtilization
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
hasAverageUtilization
- Specified by:
hasAverageUtilization
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
getAverageValue
public io.kubernetes.client.custom.Quantity getAverageValue()- Specified by:
getAverageValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
withAverageValue
- Specified by:
withAverageValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
hasAverageValue
- Specified by:
hasAverageValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
withNewAverageValue
- Specified by:
withNewAverageValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
getType
- Specified by:
getType
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
withType
- Specified by:
withType
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
getValue
public io.kubernetes.client.custom.Quantity getValue()- Specified by:
getValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
withValue
- Specified by:
withValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
hasValue
- Specified by:
hasValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
withNewValue
- Specified by:
withNewValue
in interfaceV2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V2beta2MetricTargetFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V2beta2MetricTargetFluent<A>>
-
toString
-