| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSliceList |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespaces(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 EndpointSlice
|
V1beta1EndpointSliceList |
DiscoveryV1beta1Api.listNamespacedEndpointSlice(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 EndpointSlice
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1EndpointSliceList> |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespacesWithHttpInfo(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 EndpointSlice
|
ApiResponse<V1beta1EndpointSliceList> |
DiscoveryV1beta1Api.listNamespacedEndpointSliceWithHttpInfo(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 EndpointSlice
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
DiscoveryV1beta1Api.listEndpointSliceForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EndpointSliceList> _callback)
(asynchronously) list or watch objects of kind EndpointSlice
|
okhttp3.Call |
DiscoveryV1beta1Api.listNamespacedEndpointSliceAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1EndpointSliceList> _callback)
(asynchronously) list or watch objects of kind EndpointSlice
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1EndpointSliceList |
V1beta1EndpointSliceList.addItemsItem(V1beta1EndpointSlice itemsItem) |
V1beta1EndpointSliceList |
V1beta1EndpointSliceList.apiVersion(String apiVersion) |
V1beta1EndpointSliceList |
V1beta1EndpointSliceList.items(List<V1beta1EndpointSlice> items) |
V1beta1EndpointSliceList |
V1beta1EndpointSliceList.kind(String kind) |
V1beta1EndpointSliceList |
V1beta1EndpointSliceList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.