| Package | Description |
|---|---|
| io.kubernetes.client.apis | |
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.createThirdPartyResource(V1beta1ThirdPartyResource body,
String pretty)
create a ThirdPartyResource
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.patchThirdPartyResource(String name,
Object body,
String pretty)
partially update the specified ThirdPartyResource
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.readThirdPartyResource(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ThirdPartyResource
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.replaceThirdPartyResource(String name,
V1beta1ThirdPartyResource body,
String pretty)
replace the specified ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.createThirdPartyResourceWithHttpInfo(V1beta1ThirdPartyResource body,
String pretty)
create a ThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.patchThirdPartyResourceWithHttpInfo(String name,
Object body,
String pretty)
partially update the specified ThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.readThirdPartyResourceWithHttpInfo(String name,
String pretty,
Boolean exact,
Boolean export)
read the specified ThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.replaceThirdPartyResourceWithHttpInfo(String name,
V1beta1ThirdPartyResource body,
String pretty)
replace the specified ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.createThirdPartyResource(V1beta1ThirdPartyResource body,
String pretty)
create a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createThirdPartyResourceAsync(V1beta1ThirdPartyResource body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
create a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createThirdPartyResourceCall(V1beta1ThirdPartyResource body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.createThirdPartyResourceWithHttpInfo(V1beta1ThirdPartyResource body,
String pretty)
create a ThirdPartyResource
|
V1beta1ThirdPartyResource |
ExtensionsV1beta1Api.replaceThirdPartyResource(String name,
V1beta1ThirdPartyResource body,
String pretty)
replace the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceThirdPartyResourceAsync(String name,
V1beta1ThirdPartyResource body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
replace the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceThirdPartyResourceCall(String name,
V1beta1ThirdPartyResource body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceThirdPartyResource
|
ApiResponse<V1beta1ThirdPartyResource> |
ExtensionsV1beta1Api.replaceThirdPartyResourceWithHttpInfo(String name,
V1beta1ThirdPartyResource body,
String pretty)
replace the specified ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.createThirdPartyResourceAsync(V1beta1ThirdPartyResource body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
create a ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.patchThirdPartyResourceAsync(String name,
Object body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
partially update the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.readThirdPartyResourceAsync(String name,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
read the specified ThirdPartyResource
|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.replaceThirdPartyResourceAsync(String name,
V1beta1ThirdPartyResource body,
String pretty,
ApiCallback<V1beta1ThirdPartyResource> callback)
(asynchronously)
replace the specified ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResource |
V1beta1ThirdPartyResource.addVersionsItem(V1beta1APIVersion versionsItem) |
V1beta1ThirdPartyResource |
V1beta1ThirdPartyResource.apiVersion(String apiVersion) |
V1beta1ThirdPartyResource |
V1beta1ThirdPartyResource.description(String description) |
V1beta1ThirdPartyResource |
V1beta1ThirdPartyResource.kind(String kind) |
V1beta1ThirdPartyResource |
V1beta1ThirdPartyResource.metadata(V1ObjectMeta metadata) |
V1beta1ThirdPartyResource |
V1beta1ThirdPartyResource.versions(List<V1beta1APIVersion> versions) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1ThirdPartyResource> |
V1beta1ThirdPartyResourceList.getItems()
Items is the list of ThirdPartyResources.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.addItemsItem(V1beta1ThirdPartyResource itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.items(List<V1beta1ThirdPartyResource> items) |
void |
V1beta1ThirdPartyResourceList.setItems(List<V1beta1ThirdPartyResource> items) |
Copyright © 2017. All rights reserved.