@Generated(value="jsonschema2pojo") public class ResourceQuotaSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ResourceQuotaSpecBuilder>, KubernetesResource
| Constructor and Description |
|---|
ResourceQuotaSpec()
No args constructor for use in serialization
|
ResourceQuotaSpec(Map<String,Quantity> hard,
ScopeSelector scopeSelector,
List<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuotaSpecBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Map<String,Quantity> |
getHard() |
List<String> |
getScopes() |
ScopeSelector |
getScopeSelector() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHard(Map<String,Quantity> hard) |
void |
setScopes(List<String> scopes) |
void |
setScopeSelector(ScopeSelector scopeSelector) |
ResourceQuotaSpecBuilder |
toBuilder() |
public ResourceQuotaSpec()
public ScopeSelector getScopeSelector()
public void setScopeSelector(ScopeSelector scopeSelector)
public ResourceQuotaSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ResourceQuotaSpecBuilder>public ResourceQuotaSpecBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.