Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1EndpointsList |
CoreV1Api.listEndpointsForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
V1EndpointsList |
CoreV1Api.listNamespacedEndpoints(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1EndpointsList> |
CoreV1Api.listEndpointsForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
ApiResponse<V1EndpointsList> |
CoreV1Api.listNamespacedEndpointsWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Endpoints
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listEndpointsForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EndpointsList> _callback)
(asynchronously) list or watch objects of kind Endpoints
|
okhttp3.Call |
CoreV1Api.listNamespacedEndpointsAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1EndpointsList> _callback)
(asynchronously) list or watch objects of kind Endpoints
|
Modifier and Type | Method and Description |
---|---|
V1EndpointsList |
V1EndpointsList.addItemsItem(V1Endpoints itemsItem) |
V1EndpointsList |
V1EndpointsList.apiVersion(String apiVersion) |
V1EndpointsList |
V1EndpointsListBuilder.build() |
V1EndpointsList |
V1EndpointsList.items(List<V1Endpoints> items) |
V1EndpointsList |
V1EndpointsList.kind(String kind) |
V1EndpointsList |
V1EndpointsList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1EndpointsListBuilder(V1EndpointsList instance) |
V1EndpointsListBuilder(V1EndpointsList instance,
Boolean validationEnabled) |
V1EndpointsListBuilder(V1EndpointsListFluent<?> fluent,
V1EndpointsList instance) |
V1EndpointsListBuilder(V1EndpointsListFluent<?> fluent,
V1EndpointsList instance,
Boolean validationEnabled) |
V1EndpointsListFluentImpl(V1EndpointsList instance) |
Copyright © 2020. All rights reserved.