| 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,
String fieldValidation)
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,
String fieldValidation,
Boolean force)
partially update the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.patchNamespacedResourceQuotaStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.readNamespacedResourceQuota(String name,
String namespace,
String pretty)
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,
String fieldValidation)
replace the specified ResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuotaStatus(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
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,
String fieldValidation)
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,
String fieldValidation,
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,
String fieldValidation,
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)
read the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuota |
CoreV1Api.createNamespacedResourceQuota(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaAsync(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) create a ResourceQuota
|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaCall(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNamespacedResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.createNamespacedResourceQuotaWithHttpInfo(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuota(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaCall(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedResourceQuota
|
V1ResourceQuota |
CoreV1Api.replaceNamespacedResourceQuotaStatus(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
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,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedResourceQuotaStatus
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaStatusWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified ResourceQuota
|
ApiResponse<V1ResourceQuota> |
CoreV1Api.replaceNamespacedResourceQuotaWithHttpInfo(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoreV1Api.createNamespacedResourceQuotaAsync(String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
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,
String fieldValidation,
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,
String fieldValidation,
Boolean force,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) partially update status of the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.readNamespacedResourceQuotaAsync(String name,
String namespace,
String pretty,
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,
String fieldValidation,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace the specified ResourceQuota
|
okhttp3.Call |
CoreV1Api.replaceNamespacedResourceQuotaStatusAsync(String name,
String namespace,
V1ResourceQuota body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ResourceQuota> _callback)
(asynchronously) replace status of the specified ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuota |
V1ResourceQuota.apiVersion(String apiVersion) |
V1ResourceQuota |
V1ResourceQuota.kind(String kind) |
V1ResourceQuota |
V1ResourceQuota.metadata(V1ObjectMeta metadata) |
V1ResourceQuota |
V1ResourceQuota.spec(V1ResourceQuotaSpec spec) |
V1ResourceQuota |
V1ResourceQuota.status(V1ResourceQuotaStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1ResourceQuota> |
V1ResourceQuotaList.getItems()
Items is a list of ResourceQuota objects.
|
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuotaList |
V1ResourceQuotaList.addItemsItem(V1ResourceQuota itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuotaList |
V1ResourceQuotaList.items(List<V1ResourceQuota> items) |
void |
V1ResourceQuotaList.setItems(List<V1ResourceQuota> items) |
Copyright © 2022. All rights reserved.