| 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 |
|---|---|
V1beta1APIService |
V1beta1APIService.apiVersion(String apiVersion) |
V1beta1APIService |
V1beta1APIService.kind(String kind) |
V1beta1APIService |
V1beta1APIService.metadata(V1ObjectMeta metadata) |
V1beta1APIService |
V1beta1APIService.spec(V1beta1APIServiceSpec spec) |
V1beta1APIService |
V1beta1APIService.status(V1beta1APIServiceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1APIService> |
V1beta1APIServiceList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIServiceList |
V1beta1APIServiceList.addItemsItem(V1beta1APIService itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIServiceList |
V1beta1APIServiceList.items(List<V1beta1APIService> items) |
void |
V1beta1APIServiceList.setItems(List<V1beta1APIService> items) |
Copyright © 2021. All rights reserved.