public class V1ResourceQuotaStatusFluentImpl<A extends V1ResourceQuotaStatusFluent<A>> extends BaseFluent<A> implements V1ResourceQuotaStatusFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ResourceQuotaStatusFluentImpl() |
V1ResourceQuotaStatusFluentImpl(io.kubernetes.client.openapi.models.V1ResourceQuotaStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToHard(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
addToHard(String key,
io.kubernetes.client.custom.Quantity value) |
A |
addToUsed(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
addToUsed(String key,
io.kubernetes.client.custom.Quantity value) |
boolean |
equals(Object o) |
Map<String,io.kubernetes.client.custom.Quantity> |
getHard() |
Map<String,io.kubernetes.client.custom.Quantity> |
getUsed() |
Boolean |
hasHard() |
int |
hashCode() |
Boolean |
hasUsed() |
A |
removeFromHard(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
removeFromHard(String key) |
A |
removeFromUsed(Map<String,io.kubernetes.client.custom.Quantity> map) |
A |
removeFromUsed(String key) |
String |
toString() |
<K,V> A |
withHard(Map<String,io.kubernetes.client.custom.Quantity> hard) |
<K,V> A |
withUsed(Map<String,io.kubernetes.client.custom.Quantity> used) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ResourceQuotaStatusFluentImpl()
public V1ResourceQuotaStatusFluentImpl(io.kubernetes.client.openapi.models.V1ResourceQuotaStatus instance)
public A addToHard(String key, io.kubernetes.client.custom.Quantity value)
addToHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A addToHard(Map<String,io.kubernetes.client.custom.Quantity> map)
addToHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A removeFromHard(String key)
removeFromHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A removeFromHard(Map<String,io.kubernetes.client.custom.Quantity> map)
removeFromHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Map<String,io.kubernetes.client.custom.Quantity> getHard()
getHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public <K,V> A withHard(Map<String,io.kubernetes.client.custom.Quantity> hard)
withHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Boolean hasHard()
hasHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A addToUsed(String key, io.kubernetes.client.custom.Quantity value)
addToUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A addToUsed(Map<String,io.kubernetes.client.custom.Quantity> map)
addToUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A removeFromUsed(String key)
removeFromUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A removeFromUsed(Map<String,io.kubernetes.client.custom.Quantity> map)
removeFromUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Map<String,io.kubernetes.client.custom.Quantity> getUsed()
getUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public <K,V> A withUsed(Map<String,io.kubernetes.client.custom.Quantity> used)
withUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Boolean hasUsed()
hasUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ResourceQuotaStatusFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ResourceQuotaStatusFluent<A>>Copyright © 2022. All rights reserved.