Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create Endpoints
|
V1Endpoints |
CoreV1Api.patchNamespacedEndpoints(String name,
String namespace,
Object body,
String pretty,
String dryRun)
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,
String dryRun)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create Endpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.patchNamespacedEndpointsWithHttpInfo(String name,
String namespace,
Object body,
String pretty,
String dryRun)
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,
String dryRun)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
V1Endpoints |
CoreV1Api.createNamespacedEndpoints(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<V1Endpoints> callback)
(asynchronously)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsCall(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.createNamespacedEndpointsWithHttpInfo(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create Endpoints
|
V1Endpoints |
CoreV1Api.replaceNamespacedEndpoints(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsAsync(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
ApiCallback<V1Endpoints> callback)
(asynchronously)
replace the specified Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedEndpointsCall(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedEndpoints
|
ApiResponse<V1Endpoints> |
CoreV1Api.replaceNamespacedEndpointsWithHttpInfo(String name,
String namespace,
V1Endpoints body,
String pretty,
String dryRun)
replace the specified Endpoints
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedEndpointsAsync(String namespace,
V1Endpoints body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<V1Endpoints> callback)
(asynchronously)
create Endpoints
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedEndpointsAsync(String name,
String namespace,
Object body,
String pretty,
String dryRun,
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,
String dryRun,
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 |
V1EndpointsBuilder.build() |
V1Endpoints |
V1EndpointsListFluentImpl.buildFirstItem() |
V1Endpoints |
V1EndpointsListFluent.buildFirstItem() |
V1Endpoints |
V1EndpointsListFluentImpl.buildItem(int index) |
V1Endpoints |
V1EndpointsListFluent.buildItem(int index) |
V1Endpoints |
V1EndpointsListFluentImpl.buildLastItem() |
V1Endpoints |
V1EndpointsListFluent.buildLastItem() |
V1Endpoints |
V1EndpointsListFluentImpl.buildMatchingItem(Predicate<V1EndpointsBuilder> predicate) |
V1Endpoints |
V1EndpointsListFluent.buildMatchingItem(Predicate<V1EndpointsBuilder> predicate) |
V1Endpoints |
V1Endpoints.kind(String kind) |
V1Endpoints |
V1Endpoints.metadata(V1ObjectMeta metadata) |
V1Endpoints |
V1Endpoints.subsets(List<V1EndpointSubset> subsets) |
Modifier and Type | Method and Description |
---|---|
List<V1Endpoints> |
V1EndpointsListFluentImpl.buildItems() |
List<V1Endpoints> |
V1EndpointsListFluent.buildItems() |
List<V1Endpoints> |
V1EndpointsListFluentImpl.getItems()
Deprecated.
|
List<V1Endpoints> |
V1EndpointsListFluent.getItems()
Deprecated.
|
List<V1Endpoints> |
V1EndpointsList.getItems()
List of endpoints.
|
Modifier and Type | Method and Description |
---|---|
V1EndpointsList |
V1EndpointsList.addItemsItem(V1Endpoints itemsItem) |
V1EndpointsListFluent.ItemsNested<A> |
V1EndpointsListFluentImpl.addNewItemLike(V1Endpoints item) |
V1EndpointsListFluent.ItemsNested<A> |
V1EndpointsListFluent.addNewItemLike(V1Endpoints item) |
A |
V1EndpointsListFluentImpl.addToItems(int index,
V1Endpoints item) |
A |
V1EndpointsListFluent.addToItems(int index,
V1Endpoints item) |
A |
V1EndpointsListFluentImpl.addToItems(V1Endpoints... items) |
A |
V1EndpointsListFluent.addToItems(V1Endpoints... items) |
A |
V1EndpointsListFluentImpl.removeFromItems(V1Endpoints... items) |
A |
V1EndpointsListFluent.removeFromItems(V1Endpoints... items) |
V1EndpointsListFluent.ItemsNested<A> |
V1EndpointsListFluentImpl.setNewItemLike(int index,
V1Endpoints item) |
V1EndpointsListFluent.ItemsNested<A> |
V1EndpointsListFluent.setNewItemLike(int index,
V1Endpoints item) |
A |
V1EndpointsListFluentImpl.setToItems(int index,
V1Endpoints item) |
A |
V1EndpointsListFluent.setToItems(int index,
V1Endpoints item) |
A |
V1EndpointsListFluentImpl.withItems(V1Endpoints... items) |
A |
V1EndpointsListFluent.withItems(V1Endpoints... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1EndpointsListFluentImpl.addAllToItems(Collection<V1Endpoints> items) |
A |
V1EndpointsListFluent.addAllToItems(Collection<V1Endpoints> items) |
V1EndpointsList |
V1EndpointsList.items(List<V1Endpoints> items) |
A |
V1EndpointsListFluentImpl.removeAllFromItems(Collection<V1Endpoints> items) |
A |
V1EndpointsListFluent.removeAllFromItems(Collection<V1Endpoints> items) |
void |
V1EndpointsList.setItems(List<V1Endpoints> items) |
A |
V1EndpointsListFluentImpl.withItems(List<V1Endpoints> items) |
A |
V1EndpointsListFluent.withItems(List<V1Endpoints> items) |
Constructor and Description |
---|
V1EndpointsBuilder(V1Endpoints instance) |
V1EndpointsBuilder(V1Endpoints instance,
Boolean validationEnabled) |
V1EndpointsBuilder(V1EndpointsFluent<?> fluent,
V1Endpoints instance) |
V1EndpointsBuilder(V1EndpointsFluent<?> fluent,
V1Endpoints instance,
Boolean validationEnabled) |
V1EndpointsFluentImpl(V1Endpoints instance) |
Copyright © 2019. All rights reserved.