@Generated(value="org.jsonschema2pojo") public class ResourceQuotaStatus extends Object implements KubernetesResource
Constructor and Description |
---|
ResourceQuotaStatus()
No args constructor for use in serialization
|
ResourceQuotaStatus(Map<String,Quantity> hard,
Map<String,Quantity> used) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard() |
Map<String,Quantity> |
getUsed() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHard(Map<String,Quantity> hard) |
void |
setUsed(Map<String,Quantity> used) |
Copyright © 2015–2019 Red Hat. All rights reserved.