public class V1ResourceQuotaStatusFluentImpl<A extends V1ResourceQuotaStatusFluent<A>> extends BaseFluent<A> implements V1ResourceQuotaStatusFluent<A>
_visitables| Constructor and Description |
|---|
V1ResourceQuotaStatusFluentImpl() |
V1ResourceQuotaStatusFluentImpl(V1ResourceQuotaStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToHard(Map<String,Quantity> map) |
A |
addToHard(String key,
Quantity value) |
A |
addToUsed(Map<String,Quantity> map) |
A |
addToUsed(String key,
Quantity value) |
boolean |
equals(Object o) |
Map<String,Quantity> |
getHard() |
Map<String,Quantity> |
getUsed() |
Boolean |
hasHard() |
Boolean |
hasUsed() |
A |
removeFromHard(Map<String,Quantity> map) |
A |
removeFromHard(String key) |
A |
removeFromUsed(Map<String,Quantity> map) |
A |
removeFromUsed(String key) |
A |
withHard(Map<String,Quantity> hard) |
A |
withUsed(Map<String,Quantity> used) |
public V1ResourceQuotaStatusFluentImpl()
public V1ResourceQuotaStatusFluentImpl(V1ResourceQuotaStatus instance)
public A addToHard(String key, Quantity value)
addToHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A addToHard(Map<String,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,Quantity> map)
removeFromHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Map<String,Quantity> getHard()
getHard in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A withHard(Map<String,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, Quantity value)
addToUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A addToUsed(Map<String,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,Quantity> map)
removeFromUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Map<String,Quantity> getUsed()
getUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public A withUsed(Map<String,Quantity> used)
withUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>public Boolean hasUsed()
hasUsed in interface V1ResourceQuotaStatusFluent<A extends V1ResourceQuotaStatusFluent<A>>Copyright © 2020. All rights reserved.