| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1Lease |
CoordinationV1Api.createNamespacedLease(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
V1Lease |
CoordinationV1Api.patchNamespacedLease(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
V1Lease |
CoordinationV1Api.readNamespacedLease(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
V1Lease |
CoordinationV1Api.replaceNamespacedLease(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1Lease> |
CoordinationV1Api.createNamespacedLeaseWithHttpInfo(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.patchNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.readNamespacedLeaseWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Lease
|
ApiResponse<V1Lease> |
CoordinationV1Api.replaceNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
| Modifier and Type | Method and Description |
|---|---|
V1Lease |
CoordinationV1Api.createNamespacedLease(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
okhttp3.Call |
CoordinationV1Api.createNamespacedLeaseAsync(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Lease> _callback)
(asynchronously) create a Lease
|
okhttp3.Call |
CoordinationV1Api.createNamespacedLeaseCall(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedLease
|
ApiResponse<V1Lease> |
CoordinationV1Api.createNamespacedLeaseWithHttpInfo(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
create a Lease
|
V1Lease |
CoordinationV1Api.replaceNamespacedLease(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
okhttp3.Call |
CoordinationV1Api.replaceNamespacedLeaseAsync(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Lease> _callback)
(asynchronously) replace the specified Lease
|
okhttp3.Call |
CoordinationV1Api.replaceNamespacedLeaseCall(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedLease
|
ApiResponse<V1Lease> |
CoordinationV1Api.replaceNamespacedLeaseWithHttpInfo(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Lease
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoordinationV1Api.createNamespacedLeaseAsync(String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Lease> _callback)
(asynchronously) create a Lease
|
okhttp3.Call |
CoordinationV1Api.patchNamespacedLeaseAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Lease> _callback)
(asynchronously) partially update the specified Lease
|
okhttp3.Call |
CoordinationV1Api.readNamespacedLeaseAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Lease> _callback)
(asynchronously) read the specified Lease
|
okhttp3.Call |
CoordinationV1Api.replaceNamespacedLeaseAsync(String name,
String namespace,
V1Lease body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Lease> _callback)
(asynchronously) replace the specified Lease
|
| Modifier and Type | Method and Description |
|---|---|
V1Lease |
V1Lease.apiVersion(String apiVersion) |
V1Lease |
V1Lease.kind(String kind) |
V1Lease |
V1Lease.metadata(V1ObjectMeta metadata) |
V1Lease |
V1Lease.spec(V1LeaseSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
List<V1Lease> |
V1LeaseList.getItems()
Items is a list of schema objects.
|
| Modifier and Type | Method and Description |
|---|---|
V1LeaseList |
V1LeaseList.addItemsItem(V1Lease itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1LeaseList |
V1LeaseList.items(List<V1Lease> items) |
void |
V1LeaseList.setItems(List<V1Lease> items) |
Copyright © 2021. All rights reserved.