Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
create Endpoints
|
V1Endpoints |
CoreV1Api.patchNamespacedEndpoints(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Endpoints
|
V1Endpoints |
CoreV1Api.readNamespacedEndpoints(String name,
String namespace,
String pretty)
read the specified Endpoints
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
create Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.patchNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.readNamespacedEndpointsWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
create Endpoints
|
okhttp3.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Endpoints> _callback)
(asynchronously) create Endpoints
|
okhttp3.Call |
CoreV1Api.createNamespacedEndpointsCall(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
create Endpoints
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Endpoints
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Endpoints> _callback)
(asynchronously) replace the specified Endpoints
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEndpointsCall(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Endpoints> _callback)
(asynchronously) create Endpoints
|
okhttp3.Call |
CoreV1Api.patchNamespacedEndpointsAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Endpoints> _callback)
(asynchronously) partially update the specified Endpoints
|
okhttp3.Call |
CoreV1Api.readNamespacedEndpointsAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Endpoints> _callback)
(asynchronously) read the specified Endpoints
|
okhttp3.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
String fieldManager,
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 © 2022. All rights reserved.