Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
String pretty)
create Endpoints
|
V1Endpoints |
CoreV1Api.patchNamespacedEndpoints(String name,
String namespace,
Object body,
String pretty)
partially update the specified Endpoints
|
V1Endpoints |
CoreV1Api.readNamespacedEndpoints(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
String pretty)
create Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.patchNamespacedEndpointsWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.readNamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
String pretty)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsCall(String namespace,
V1Endpoints body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
String pretty)
create Endpoints
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsCall(String name,
String namespace,
V1Endpoints body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEndpointsAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
partially update the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedEndpointsAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Endpoints> callback)
(asynchronously)
read the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
ApiCallback<V1Endpoints> callback)
(asynchronously)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
V1Endpoints.addSubsetsItem(V1EndpointSubset subsetsItem) |
V1Endpoints |
V1Endpoints.apiVersion(String apiVersion) |
V1Endpoints |
V1Endpoints.kind(String kind) |
V1Endpoints |
V1Endpoints.metadata(V1ObjectMeta metadata) |
V1Endpoints |
V1Endpoints.subsets(List<V1EndpointSubset> subsets) |
Modifier and Type | Method and Description |
---|---|
List<V1Endpoints> |
V1EndpointsList.getItems()
List of endpoints.
|
Modifier and Type | Method and Description |
---|---|
V1EndpointsList |
V1EndpointsList.addItemsItem(V1Endpoints itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1EndpointsList |
V1EndpointsList.items(List<V1Endpoints> items) |
void |
V1EndpointsList.setItems(List<V1Endpoints> items) |
Copyright © 2018. All rights reserved.