| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIService |
ApiregistrationV1beta1Api.createAPIService(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.patchAPIService(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.patchAPIServiceStatus(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.readAPIService(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.readAPIServiceStatus(String name,
String pretty)
read status of the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.replaceAPIService(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.replaceAPIServiceStatus(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.createAPIServiceWithHttpInfo(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.patchAPIServiceStatusWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.patchAPIServiceWithHttpInfo(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.readAPIServiceStatusWithHttpInfo(String name,
String pretty)
read status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.readAPIServiceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.replaceAPIServiceStatusWithHttpInfo(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.replaceAPIServiceWithHttpInfo(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIService |
ApiregistrationV1beta1Api.createAPIService(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.createAPIServiceAsync(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) create an APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.createAPIServiceCall(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createAPIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.createAPIServiceWithHttpInfo(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
create an APIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.replaceAPIService(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceAsync(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) replace the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceCall(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceAPIService
|
V1beta1APIService |
ApiregistrationV1beta1Api.replaceAPIServiceStatus(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceStatusAsync(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) replace status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceStatusCall(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceAPIServiceStatus
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.replaceAPIServiceStatusWithHttpInfo(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified APIService
|
ApiResponse<V1beta1APIService> |
ApiregistrationV1beta1Api.replaceAPIServiceWithHttpInfo(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager)
replace the specified APIService
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiregistrationV1beta1Api.createAPIServiceAsync(V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) create an APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) partially update the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.patchAPIServiceStatusAsync(String name,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) partially update status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.readAPIServiceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) read the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.readAPIServiceStatusAsync(String name,
String pretty,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) read status of the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceAsync(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) replace the specified APIService
|
okhttp3.Call |
ApiregistrationV1beta1Api.replaceAPIServiceStatusAsync(String name,
V1beta1APIService body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1beta1APIService> _callback)
(asynchronously) replace status of the specified APIService
|
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1APIService> |
V1beta1APIServiceListFluentImpl.buildItems() |
List<V1beta1APIService> |
V1beta1APIServiceListFluent.buildItems() |
List<V1beta1APIService> |
V1beta1APIServiceListFluentImpl.getItems()
Deprecated.
|
List<V1beta1APIService> |
V1beta1APIServiceListFluent.getItems()
Deprecated.
|
List<V1beta1APIService> |
V1beta1APIServiceList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIServiceList |
V1beta1APIServiceList.addItemsItem(V1beta1APIService itemsItem) |
V1beta1APIServiceListFluent.ItemsNested<A> |
V1beta1APIServiceListFluentImpl.addNewItemLike(V1beta1APIService item) |
V1beta1APIServiceListFluent.ItemsNested<A> |
V1beta1APIServiceListFluent.addNewItemLike(V1beta1APIService item) |
A |
V1beta1APIServiceListFluentImpl.addToItems(int index,
V1beta1APIService item) |
A |
V1beta1APIServiceListFluent.addToItems(int index,
V1beta1APIService item) |
A |
V1beta1APIServiceListFluentImpl.addToItems(V1beta1APIService... items) |
A |
V1beta1APIServiceListFluent.addToItems(V1beta1APIService... items) |
A |
V1beta1APIServiceListFluentImpl.removeFromItems(V1beta1APIService... items) |
A |
V1beta1APIServiceListFluent.removeFromItems(V1beta1APIService... items) |
V1beta1APIServiceListFluent.ItemsNested<A> |
V1beta1APIServiceListFluentImpl.setNewItemLike(int index,
V1beta1APIService item) |
V1beta1APIServiceListFluent.ItemsNested<A> |
V1beta1APIServiceListFluent.setNewItemLike(int index,
V1beta1APIService item) |
A |
V1beta1APIServiceListFluentImpl.setToItems(int index,
V1beta1APIService item) |
A |
V1beta1APIServiceListFluent.setToItems(int index,
V1beta1APIService item) |
A |
V1beta1APIServiceListFluentImpl.withItems(V1beta1APIService... items) |
A |
V1beta1APIServiceListFluent.withItems(V1beta1APIService... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
V1beta1APIServiceListFluentImpl.addAllToItems(Collection<V1beta1APIService> items) |
A |
V1beta1APIServiceListFluent.addAllToItems(Collection<V1beta1APIService> items) |
V1beta1APIServiceList |
V1beta1APIServiceList.items(List<V1beta1APIService> items) |
A |
V1beta1APIServiceListFluentImpl.removeAllFromItems(Collection<V1beta1APIService> items) |
A |
V1beta1APIServiceListFluent.removeAllFromItems(Collection<V1beta1APIService> items) |
void |
V1beta1APIServiceList.setItems(List<V1beta1APIService> items) |
A |
V1beta1APIServiceListFluentImpl.withItems(List<V1beta1APIService> items) |
A |
V1beta1APIServiceListFluent.withItems(List<V1beta1APIService> items) |
| Constructor and Description |
|---|
V1beta1APIServiceBuilder(V1beta1APIService instance) |
V1beta1APIServiceBuilder(V1beta1APIService instance,
Boolean validationEnabled) |
V1beta1APIServiceBuilder(V1beta1APIServiceFluent<?> fluent,
V1beta1APIService instance) |
V1beta1APIServiceBuilder(V1beta1APIServiceFluent<?> fluent,
V1beta1APIService instance,
Boolean validationEnabled) |
V1beta1APIServiceFluentImpl(V1beta1APIService instance) |
Copyright © 2021. All rights reserved.