public class ResourceMetricSourceFluentImpl<A extends ResourceMetricSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ResourceMetricSourceFluent<A>
| Constructor and Description |
|---|
ResourceMetricSourceFluentImpl() |
ResourceMetricSourceFluentImpl(ResourceMetricSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
Integer |
getTargetAverageUtilization() |
io.fabric8.kubernetes.api.model.Quantity |
getTargetAverageValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasTargetAverageUtilization() |
Boolean |
hasTargetAverageValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withNewTargetAverageValue(String amount) |
A |
withNewTargetAverageValue(String amount,
String format) |
A |
withTargetAverageUtilization(Integer targetAverageUtilization) |
A |
withTargetAverageValue(io.fabric8.kubernetes.api.model.Quantity targetAverageValue) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceMetricSourceFluentImpl()
public ResourceMetricSourceFluentImpl(ResourceMetricSource instance)
public String getName()
getName in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A withName(String name)
withName in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public Boolean hasName()
hasName in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public Integer getTargetAverageUtilization()
getTargetAverageUtilization in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A withTargetAverageUtilization(Integer targetAverageUtilization)
withTargetAverageUtilization in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public Boolean hasTargetAverageUtilization()
hasTargetAverageUtilization in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public io.fabric8.kubernetes.api.model.Quantity getTargetAverageValue()
getTargetAverageValue in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A withTargetAverageValue(io.fabric8.kubernetes.api.model.Quantity targetAverageValue)
withTargetAverageValue in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public Boolean hasTargetAverageValue()
hasTargetAverageValue in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A withNewTargetAverageValue(String amount, String format)
withNewTargetAverageValue in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A withNewTargetAverageValue(String amount)
withNewTargetAverageValue in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ResourceMetricSourceFluent<A extends ResourceMetricSourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceMetricSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceMetricSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.