public class V2beta1ResourceMetricSourceFluentImpl<A extends V2beta1ResourceMetricSourceFluent<A>> extends BaseFluent<A> implements V2beta1ResourceMetricSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V2beta1ResourceMetricSourceFluentImpl() |
V2beta1ResourceMetricSourceFluentImpl(io.kubernetes.client.openapi.models.V2beta1ResourceMetricSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Integer |
getTargetAverageUtilization() |
io.kubernetes.client.custom.Quantity |
getTargetAverageValue() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasTargetAverageUtilization() |
Boolean |
hasTargetAverageValue() |
String |
toString() |
A |
withName(String name) |
A |
withNewTargetAverageValue(String value) |
A |
withTargetAverageUtilization(Integer targetAverageUtilization) |
A |
withTargetAverageValue(io.kubernetes.client.custom.Quantity targetAverageValue) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V2beta1ResourceMetricSourceFluentImpl()
public V2beta1ResourceMetricSourceFluentImpl(io.kubernetes.client.openapi.models.V2beta1ResourceMetricSource instance)
public String getName()
getName in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public A withName(String name)
withName in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public Boolean hasName()
hasName in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public Integer getTargetAverageUtilization()
getTargetAverageUtilization in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public A withTargetAverageUtilization(Integer targetAverageUtilization)
withTargetAverageUtilization in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public Boolean hasTargetAverageUtilization()
hasTargetAverageUtilization in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public io.kubernetes.client.custom.Quantity getTargetAverageValue()
getTargetAverageValue in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public A withTargetAverageValue(io.kubernetes.client.custom.Quantity targetAverageValue)
withTargetAverageValue in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public Boolean hasTargetAverageValue()
hasTargetAverageValue in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public A withNewTargetAverageValue(String value)
withNewTargetAverageValue in interface V2beta1ResourceMetricSourceFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V2beta1ResourceMetricSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V2beta1ResourceMetricSourceFluent<A>>Copyright © 2022. All rights reserved.