Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
ResourceQuotaStatus |
ResourceQuotaFluent.getStatus() |
ResourceQuotaStatus |
ResourceQuota.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceQuota.setStatus(ResourceQuotaStatus status) |
T |
ResourceQuotaFluent.withStatus(ResourceQuotaStatus status) |
Constructor and Description |
---|
EditableResourceQuota(ResourceQuota.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ResourceQuotaSpec spec,
ResourceQuotaStatus status) |
ResourceQuota(ResourceQuota.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ResourceQuotaSpec spec,
ResourceQuotaStatus status) |
Copyright © 2011–2015 Red Hat. All rights reserved.