| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1LeaseList |
CoordinationV1Api.listLeaseForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
V1LeaseList |
CoordinationV1Api.listNamespacedLease(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1LeaseList> |
CoordinationV1Api.listLeaseForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
ApiResponse<V1LeaseList> |
CoordinationV1Api.listNamespacedLeaseWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Lease
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoordinationV1Api.listLeaseForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LeaseList> _callback)
(asynchronously) list or watch objects of kind Lease
|
okhttp3.Call |
CoordinationV1Api.listNamespacedLeaseAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1LeaseList> _callback)
(asynchronously) list or watch objects of kind Lease
|
| Modifier and Type | Method and Description |
|---|---|
V1LeaseList |
V1LeaseList.addItemsItem(V1Lease itemsItem) |
V1LeaseList |
V1LeaseList.apiVersion(String apiVersion) |
V1LeaseList |
V1LeaseList.items(List<V1Lease> items) |
V1LeaseList |
V1LeaseList.kind(String kind) |
V1LeaseList |
V1LeaseList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.