| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.addScopesItem(String scopesItem) |
V1ResourceQuotaSpec |
V1ResourceQuota.getSpec()
Spec defines the desired quota.
|
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.hard(Map<String,String> hard) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.putHardItem(String key,
String hardItem) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.scopes(List<String> scopes) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1ResourceQuota.setSpec(V1ResourceQuotaSpec spec) |
V1ResourceQuota |
V1ResourceQuota.spec(V1ResourceQuotaSpec spec) |
Copyright © 2017. All rights reserved.