@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1ResourceQuotaStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HARD |
static String |
SERIALIZED_NAME_USED |
Constructor and Description |
---|
V1ResourceQuotaStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Quantity> |
getHard()
Hard is the set of enforced hard limits for each named resource.
|
Map<String,Quantity> |
getUsed()
Used is the current observed total usage of the resource in the namespace.
|
V1ResourceQuotaStatus |
hard(Map<String,Quantity> hard) |
int |
hashCode() |
V1ResourceQuotaStatus |
putHardItem(String key,
Quantity hardItem) |
V1ResourceQuotaStatus |
putUsedItem(String key,
Quantity usedItem) |
void |
setHard(Map<String,Quantity> hard) |
void |
setUsed(Map<String,Quantity> used) |
String |
toString() |
V1ResourceQuotaStatus |
used(Map<String,Quantity> used) |
public static final String SERIALIZED_NAME_HARD
public static final String SERIALIZED_NAME_USED
public V1ResourceQuotaStatus hard(Map<String,Quantity> hard)
public V1ResourceQuotaStatus putHardItem(String key, Quantity hardItem)
@Nullable public Map<String,Quantity> getHard()
public V1ResourceQuotaStatus used(Map<String,Quantity> used)
public V1ResourceQuotaStatus putUsedItem(String key, Quantity usedItem)
@Nullable public Map<String,Quantity> getUsed()
Copyright © 2021. All rights reserved.