| Package | Description |
|---|---|
| com.appscode.stash.client | |
| com.appscode.stash.client.apis |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.createNamespacedRecoveryWithHttpInfo(String namespace,
V1alpha1Recovery body,
String pretty)
create a Recovery
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryWithHttpInfo(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.createNamespacedResticWithHttpInfo(String namespace,
V1alpha1Restic body,
String pretty)
create a Restic
|
ApiResponse<io.kubernetes.client.models.V1Status> |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRecoveryWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Recovery
|
ApiResponse<io.kubernetes.client.models.V1Status> |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRepositoryWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Repository
|
ApiResponse<io.kubernetes.client.models.V1Status> |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedResticWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Restic
|
ApiResponse<io.kubernetes.client.models.V1Status> |
StashAppscodeComV1alpha1Api.deleteNamespacedRecoveryWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Recovery
|
ApiResponse<io.kubernetes.client.models.V1Status> |
StashAppscodeComV1alpha1Api.deleteNamespacedRepositoryWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Repository
|
ApiResponse<io.kubernetes.client.models.V1Status> |
StashAppscodeComV1alpha1Api.deleteNamespacedResticWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Restic
|
ApiResponse<io.kubernetes.client.models.V1Status> |
RepositoriesStashAppscodeComV1alpha1Api.deleteNamespacedSnapshotWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Snapshot
|
ApiResponse<io.kubernetes.client.models.V1APIGroup> |
StashAppscodeComApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<io.kubernetes.client.models.V1APIGroup> |
RepositoriesStashAppscodeComApi.getAPIGroupWithHttpInfo()
get information of a group
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
RepositoriesStashAppscodeComV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
StashAppscodeComV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<io.kubernetes.client.models.V1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
ApiResponse<V1alpha1RecoveryList> |
StashAppscodeComV1alpha1Api.listNamespacedRecoveryWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Recovery
|
ApiResponse<V1alpha1RepositoryList> |
StashAppscodeComV1alpha1Api.listNamespacedRepositoryWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Repository
|
ApiResponse<V1alpha1ResticList> |
StashAppscodeComV1alpha1Api.listNamespacedResticWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Restic
|
ApiResponse<V1alpha1SnapshotList> |
RepositoriesStashAppscodeComV1alpha1Api.listNamespacedSnapshotWithHttpInfo(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind Snapshot
|
ApiResponse<V1alpha1RecoveryList> |
StashAppscodeComV1alpha1Api.listRecoveryForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Recovery
|
ApiResponse<V1alpha1RepositoryList> |
StashAppscodeComV1alpha1Api.listRepositoryForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Repository
|
ApiResponse<V1alpha1ResticList> |
StashAppscodeComV1alpha1Api.listResticForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Restic
|
ApiResponse<V1alpha1SnapshotList> |
RepositoriesStashAppscodeComV1alpha1Api.listSnapshotForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind Snapshot
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.patchNamespacedRecoveryWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Recovery
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.patchNamespacedRepositoryWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Repository
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.patchNamespacedResticWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Restic
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.readNamespacedRecoveryWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Recovery
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.readNamespacedRepositoryWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Repository
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.readNamespacedResticWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Restic
|
ApiResponse<V1alpha1Snapshot> |
RepositoriesStashAppscodeComV1alpha1Api.readNamespacedSnapshotWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Snapshot
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.replaceNamespacedRecoveryWithHttpInfo(String name,
String namespace,
V1alpha1Recovery body,
String pretty)
replace the specified Recovery
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryWithHttpInfo(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.replaceNamespacedResticWithHttpInfo(String name,
String namespace,
V1alpha1Restic body,
String pretty)
replace the specified Restic
|
Copyright © 2018. All rights reserved.