Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1EndpointSlice |
DiscoveryV1Api.createNamespacedEndpointSlice(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an EndpointSlice
|
V1EndpointSlice |
DiscoveryV1Api.patchNamespacedEndpointSlice(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified EndpointSlice
|
V1EndpointSlice |
DiscoveryV1Api.readNamespacedEndpointSlice(String name,
String namespace,
String pretty)
read the specified EndpointSlice
|
V1EndpointSlice |
DiscoveryV1Api.replaceNamespacedEndpointSlice(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified EndpointSlice
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1EndpointSlice> |
DiscoveryV1Api.createNamespacedEndpointSliceWithHttpInfo(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an EndpointSlice
|
ApiResponse<V1EndpointSlice> |
DiscoveryV1Api.patchNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified EndpointSlice
|
ApiResponse<V1EndpointSlice> |
DiscoveryV1Api.readNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
String pretty)
read the specified EndpointSlice
|
ApiResponse<V1EndpointSlice> |
DiscoveryV1Api.replaceNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified EndpointSlice
|
Modifier and Type | Method and Description |
---|---|
V1EndpointSlice |
DiscoveryV1Api.createNamespacedEndpointSlice(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.createNamespacedEndpointSliceAsync(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1EndpointSlice> _callback)
(asynchronously) create an EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.createNamespacedEndpointSliceCall(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNamespacedEndpointSlice
|
ApiResponse<V1EndpointSlice> |
DiscoveryV1Api.createNamespacedEndpointSliceWithHttpInfo(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an EndpointSlice
|
V1EndpointSlice |
DiscoveryV1Api.replaceNamespacedEndpointSlice(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.replaceNamespacedEndpointSliceAsync(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1EndpointSlice> _callback)
(asynchronously) replace the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.replaceNamespacedEndpointSliceCall(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedEndpointSlice
|
ApiResponse<V1EndpointSlice> |
DiscoveryV1Api.replaceNamespacedEndpointSliceWithHttpInfo(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified EndpointSlice
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
DiscoveryV1Api.createNamespacedEndpointSliceAsync(String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1EndpointSlice> _callback)
(asynchronously) create an EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.patchNamespacedEndpointSliceAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1EndpointSlice> _callback)
(asynchronously) partially update the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.readNamespacedEndpointSliceAsync(String name,
String namespace,
String pretty,
ApiCallback<V1EndpointSlice> _callback)
(asynchronously) read the specified EndpointSlice
|
okhttp3.Call |
DiscoveryV1Api.replaceNamespacedEndpointSliceAsync(String name,
String namespace,
V1EndpointSlice body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1EndpointSlice> _callback)
(asynchronously) replace the specified EndpointSlice
|
Modifier and Type | Method and Description |
---|---|
V1EndpointSlice |
V1EndpointSlice.addEndpointsItem(V1Endpoint endpointsItem) |
V1EndpointSlice |
V1EndpointSlice.addPortsItem(DiscoveryV1EndpointPort portsItem) |
V1EndpointSlice |
V1EndpointSlice.addressType(V1EndpointSlice.AddressTypeEnum addressType) |
V1EndpointSlice |
V1EndpointSlice.apiVersion(String apiVersion) |
V1EndpointSlice |
V1EndpointSlice.endpoints(List<V1Endpoint> endpoints) |
V1EndpointSlice |
V1EndpointSlice.kind(String kind) |
V1EndpointSlice |
V1EndpointSlice.metadata(V1ObjectMeta metadata) |
V1EndpointSlice |
V1EndpointSlice.ports(List<DiscoveryV1EndpointPort> ports) |
Modifier and Type | Method and Description |
---|---|
List<V1EndpointSlice> |
V1EndpointSliceList.getItems()
List of endpoint slices
|
Modifier and Type | Method and Description |
---|---|
V1EndpointSliceList |
V1EndpointSliceList.addItemsItem(V1EndpointSlice itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1EndpointSliceList |
V1EndpointSliceList.items(List<V1EndpointSlice> items) |
void |
V1EndpointSliceList.setItems(List<V1EndpointSlice> items) |
Copyright © 2022. All rights reserved.