| Package | Description |
|---|---|
| com.appscode.stash.client.apis | |
| com.appscode.stash.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.createNamespacedRecovery(String namespace,
V1alpha1Recovery body,
String pretty)
create a Recovery
|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.patchNamespacedRecovery(String name,
String namespace,
Object body,
String pretty)
partially update the specified Recovery
|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.readNamespacedRecovery(String name,
String namespace,
String pretty)
read the specified Recovery
|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.replaceNamespacedRecovery(String name,
String namespace,
V1alpha1Recovery body,
String pretty)
replace the specified Recovery
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.createNamespacedRecoveryWithHttpInfo(String namespace,
V1alpha1Recovery body,
String pretty)
create a Recovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.patchNamespacedRecoveryWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Recovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.readNamespacedRecoveryWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Recovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.replaceNamespacedRecoveryWithHttpInfo(String name,
String namespace,
V1alpha1Recovery body,
String pretty)
replace the specified Recovery
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.createNamespacedRecovery(String namespace,
V1alpha1Recovery body,
String pretty)
create a Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRecoveryAsync(String namespace,
V1alpha1Recovery body,
String pretty,
ApiCallback<V1alpha1Recovery> callback)
(asynchronously)
create a Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRecoveryCall(String namespace,
V1alpha1Recovery body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRecovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.createNamespacedRecoveryWithHttpInfo(String namespace,
V1alpha1Recovery body,
String pretty)
create a Recovery
|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.replaceNamespacedRecovery(String name,
String namespace,
V1alpha1Recovery body,
String pretty)
replace the specified Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRecoveryAsync(String name,
String namespace,
V1alpha1Recovery body,
String pretty,
ApiCallback<V1alpha1Recovery> callback)
(asynchronously)
replace the specified Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRecoveryCall(String name,
String namespace,
V1alpha1Recovery body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRecovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.replaceNamespacedRecoveryWithHttpInfo(String name,
String namespace,
V1alpha1Recovery body,
String pretty)
replace the specified Recovery
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRecoveryAsync(String namespace,
V1alpha1Recovery body,
String pretty,
ApiCallback<V1alpha1Recovery> callback)
(asynchronously)
create a Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.patchNamespacedRecoveryAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Recovery> callback)
(asynchronously)
partially update the specified Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.readNamespacedRecoveryAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Recovery> callback)
(asynchronously)
read the specified Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRecoveryAsync(String name,
String namespace,
V1alpha1Recovery body,
String pretty,
ApiCallback<V1alpha1Recovery> callback)
(asynchronously)
replace the specified Recovery
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Recovery |
V1alpha1Recovery.apiVersion(String apiVersion) |
V1alpha1Recovery |
V1alpha1Recovery.kind(String kind) |
V1alpha1Recovery |
V1alpha1Recovery.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Recovery |
V1alpha1Recovery.spec(V1alpha1RecoverySpec spec) |
V1alpha1Recovery |
V1alpha1Recovery.status(V1alpha1RecoveryStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Recovery> |
V1alpha1RecoveryList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RecoveryList |
V1alpha1RecoveryList.addItemsItem(V1alpha1Recovery itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RecoveryList |
V1alpha1RecoveryList.items(List<V1alpha1Recovery> items) |
void |
V1alpha1RecoveryList.setItems(List<V1alpha1Recovery> items) |
Copyright © 2018. All rights reserved.