| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuota |
CoreV1Api.createNamespacedResourceQuota(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
create a ResourceQuota
|
V1ResourceQuota |
CoreV1Api.deleteNamespacedResourceQuota(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ResourceQuota
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuota(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuotaStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.readNamespacedResourceQuota(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.readNamespacedResourceQuotaStatus(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuota(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuotaStatus(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1ResourceQuota> |
CoreV1Api.createNamespacedResourceQuotaWithHttpInfo(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
create a ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.deleteNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.patchNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.readNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.readNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuota |
CoreV1Api.createNamespacedResourceQuota(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaAsync(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaCall(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.createNamespacedResourceQuotaWithHttpInfo(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
create a ResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuota(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuotaStatus(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaAsync(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.deleteNamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) delete a ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.patchNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) read the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) read status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace status of the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
List<V1ResourceQuota> |
V1ResourceQuotaListFluentImpl.buildItems() |
List<V1ResourceQuota> |
V1ResourceQuotaListFluent.buildItems() |
List<V1ResourceQuota> |
V1ResourceQuotaListFluentImpl.getItems()
Deprecated.
|
List<V1ResourceQuota> |
V1ResourceQuotaListFluent.getItems()
Deprecated.
|
List<V1ResourceQuota> |
V1ResourceQuotaList.getItems()
Items is a list of ResourceQuota objects.
|
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuotaList |
V1ResourceQuotaList.addItemsItem(V1ResourceQuota itemsItem) |
V1ResourceQuotaListFluent.ItemsNested<A> |
V1ResourceQuotaListFluentImpl.addNewItemLike(V1ResourceQuota item) |
V1ResourceQuotaListFluent.ItemsNested<A> |
V1ResourceQuotaListFluent.addNewItemLike(V1ResourceQuota item) |
A |
V1ResourceQuotaListFluentImpl.addToItems(int index,
V1ResourceQuota item) |
A |
V1ResourceQuotaListFluent.addToItems(int index,
V1ResourceQuota item) |
A |
V1ResourceQuotaListFluentImpl.addToItems(V1ResourceQuota... items) |
A |
V1ResourceQuotaListFluent.addToItems(V1ResourceQuota... items) |
A |
V1ResourceQuotaListFluentImpl.removeFromItems(V1ResourceQuota... items) |
A |
V1ResourceQuotaListFluent.removeFromItems(V1ResourceQuota... items) |
V1ResourceQuotaListFluent.ItemsNested<A> |
V1ResourceQuotaListFluentImpl.setNewItemLike(int index,
V1ResourceQuota item) |
V1ResourceQuotaListFluent.ItemsNested<A> |
V1ResourceQuotaListFluent.setNewItemLike(int index,
V1ResourceQuota item) |
A |
V1ResourceQuotaListFluentImpl.setToItems(int index,
V1ResourceQuota item) |
A |
V1ResourceQuotaListFluent.setToItems(int index,
V1ResourceQuota item) |
A |
V1ResourceQuotaListFluentImpl.withItems(V1ResourceQuota... items) |
A |
V1ResourceQuotaListFluent.withItems(V1ResourceQuota... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1ResourceQuotaListFluentImpl.addAllToItems(Collection<V1ResourceQuota> items) |
A |
V1ResourceQuotaListFluent.addAllToItems(Collection<V1ResourceQuota> items) |
V1ResourceQuotaList |
V1ResourceQuotaList.items(List<V1ResourceQuota> items) |
A |
V1ResourceQuotaListFluentImpl.removeAllFromItems(Collection<V1ResourceQuota> items) |
A |
V1ResourceQuotaListFluent.removeAllFromItems(Collection<V1ResourceQuota> items) |
void |
V1ResourceQuotaList.setItems(List<V1ResourceQuota> items) |
A |
V1ResourceQuotaListFluentImpl.withItems(List<V1ResourceQuota> items) |
A |
V1ResourceQuotaListFluent.withItems(List<V1ResourceQuota> items) |
| Constructor and Description |
|---|
V1ResourceQuotaBuilder(V1ResourceQuota instance) |
V1ResourceQuotaBuilder(V1ResourceQuota instance,
Boolean validationEnabled) |
V1ResourceQuotaBuilder(V1ResourceQuotaFluent<?> fluent,
V1ResourceQuota instance) |
V1ResourceQuotaBuilder(V1ResourceQuotaFluent<?> fluent,
V1ResourceQuota instance,
Boolean validationEnabled) |
V1ResourceQuotaFluentImpl(V1ResourceQuota instance) |
Copyright © 2020. All rights reserved.