Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static ResourceQuota.ApiVersion |
ResourceQuota.ApiVersion.fromValue(String value) |
ResourceQuota.ApiVersion |
ResourceQuotaFluent.getApiVersion() |
ResourceQuota.ApiVersion |
ResourceQuota.getApiVersion()
(Required)
|
static ResourceQuota.ApiVersion |
ResourceQuota.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceQuota.ApiVersion[] |
ResourceQuota.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceQuota.setApiVersion(ResourceQuota.ApiVersion apiVersion)
(Required)
|
T |
ResourceQuotaFluent.withApiVersion(ResourceQuota.ApiVersion apiVersion) |
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.