| Package | Description |
|---|---|
| com.appscode.stash.client.apis | |
| com.appscode.stash.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.createNamespacedRestic(String namespace,
V1alpha1Restic body,
String pretty)
create a Restic
|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.patchNamespacedRestic(String name,
String namespace,
Object body,
String pretty)
partially update the specified Restic
|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.readNamespacedRestic(String name,
String namespace,
String pretty)
read the specified Restic
|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.replaceNamespacedRestic(String name,
String namespace,
V1alpha1Restic body,
String pretty)
replace the specified Restic
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.createNamespacedResticWithHttpInfo(String namespace,
V1alpha1Restic body,
String pretty)
create a Restic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.patchNamespacedResticWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Restic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.readNamespacedResticWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Restic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.replaceNamespacedResticWithHttpInfo(String name,
String namespace,
V1alpha1Restic body,
String pretty)
replace the specified Restic
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.createNamespacedRestic(String namespace,
V1alpha1Restic body,
String pretty)
create a Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedResticAsync(String namespace,
V1alpha1Restic body,
String pretty,
ApiCallback<V1alpha1Restic> callback)
(asynchronously)
create a Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedResticCall(String namespace,
V1alpha1Restic body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRestic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.createNamespacedResticWithHttpInfo(String namespace,
V1alpha1Restic body,
String pretty)
create a Restic
|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.replaceNamespacedRestic(String name,
String namespace,
V1alpha1Restic body,
String pretty)
replace the specified Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedResticAsync(String name,
String namespace,
V1alpha1Restic body,
String pretty,
ApiCallback<V1alpha1Restic> callback)
(asynchronously)
replace the specified Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedResticCall(String name,
String namespace,
V1alpha1Restic body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRestic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.replaceNamespacedResticWithHttpInfo(String name,
String namespace,
V1alpha1Restic body,
String pretty)
replace the specified Restic
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedResticAsync(String namespace,
V1alpha1Restic body,
String pretty,
ApiCallback<V1alpha1Restic> callback)
(asynchronously)
create a Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.patchNamespacedResticAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Restic> callback)
(asynchronously)
partially update the specified Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.readNamespacedResticAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Restic> callback)
(asynchronously)
read the specified Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedResticAsync(String name,
String namespace,
V1alpha1Restic body,
String pretty,
ApiCallback<V1alpha1Restic> callback)
(asynchronously)
replace the specified Restic
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Restic |
V1alpha1Restic.apiVersion(String apiVersion) |
V1alpha1Restic |
V1alpha1Restic.kind(String kind) |
V1alpha1Restic |
V1alpha1Restic.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Restic |
V1alpha1Restic.spec(V1alpha1ResticSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Restic> |
V1alpha1ResticList.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ResticList |
V1alpha1ResticList.addItemsItem(V1alpha1Restic itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ResticList |
V1alpha1ResticList.items(List<V1alpha1Restic> items) |
void |
V1alpha1ResticList.setItems(List<V1alpha1Restic> items) |
Copyright © 2018. All rights reserved.