| Package | Description |
|---|---|
| com.appscode.stash.client | |
| com.appscode.stash.client.apis |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<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.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| 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
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.createNamespacedRepository(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryAsync(String namespace,
V1alpha1Repository body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
create a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryCall(String namespace,
V1alpha1Repository body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRepository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.createNamespacedRepositoryWithHttpInfo(String namespace,
V1alpha1Repository body,
String pretty)
create a Repository
|
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
|
io.kubernetes.client.models.V1Status |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRecovery(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRecoveryAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRecoveryCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRecovery
|
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
|
io.kubernetes.client.models.V1Status |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRepository(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRepositoryAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRepositoryCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRepository
|
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
|
io.kubernetes.client.models.V1Status |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedRestic(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedResticAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete collection of Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteCollectionNamespacedResticCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollectionNamespacedRestic
|
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
|
io.kubernetes.client.models.V1Status |
StashAppscodeComV1alpha1Api.deleteNamespacedRecovery(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteNamespacedRecoveryAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteNamespacedRecoveryCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRecovery
|
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
|
io.kubernetes.client.models.V1Status |
StashAppscodeComV1alpha1Api.deleteNamespacedRepository(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteNamespacedRepositoryAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteNamespacedRepositoryCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRepository
|
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
|
io.kubernetes.client.models.V1Status |
StashAppscodeComV1alpha1Api.deleteNamespacedRestic(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteNamespacedResticAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.deleteNamespacedResticCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedRestic
|
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
|
io.kubernetes.client.models.V1Status |
RepositoriesStashAppscodeComV1alpha1Api.deleteNamespacedSnapshot(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.deleteNamespacedSnapshotAsync(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ApiCallback<io.kubernetes.client.models.V1Status> callback)
(asynchronously)
delete a Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.deleteNamespacedSnapshotCall(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteNamespacedSnapshot
|
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
|
io.kubernetes.client.models.V1APIGroup |
StashAppscodeComApi.getAPIGroup()
get information of a group
|
io.kubernetes.client.models.V1APIGroup |
RepositoriesStashAppscodeComApi.getAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
StashAppscodeComApi.getAPIGroupAsync(ApiCallback<io.kubernetes.client.models.V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComApi.getAPIGroupAsync(ApiCallback<io.kubernetes.client.models.V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
StashAppscodeComApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
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
|
io.kubernetes.client.models.V1APIResourceList |
RepositoriesStashAppscodeComV1alpha1Api.getAPIResources()
get available resources
|
io.kubernetes.client.models.V1APIResourceList |
StashAppscodeComV1alpha1Api.getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
RepositoriesStashAppscodeComV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
StashAppscodeComV1alpha1Api.getAPIResourcesWithHttpInfo()
get available resources
|
io.kubernetes.client.models.V1APIGroupList |
ApisApi.getAPIVersions()
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsAsync(ApiCallback<io.kubernetes.client.models.V1APIGroupList> callback)
(asynchronously)
get available API versions
|
com.squareup.okhttp.Call |
ApisApi.getAPIVersionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIVersions
|
ApiResponse<io.kubernetes.client.models.V1APIGroupList> |
ApisApi.getAPIVersionsWithHttpInfo()
get available API versions
|
V1alpha1RecoveryList |
StashAppscodeComV1alpha1Api.listNamespacedRecovery(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
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listNamespacedRecoveryAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RecoveryList> callback)
(asynchronously)
list or watch objects of kind Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listNamespacedRecoveryCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRecovery
|
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
|
V1alpha1RepositoryList |
StashAppscodeComV1alpha1Api.listNamespacedRepository(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
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listNamespacedRepositoryAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RepositoryList> callback)
(asynchronously)
list or watch objects of kind Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listNamespacedRepositoryCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRepository
|
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
|
V1alpha1ResticList |
StashAppscodeComV1alpha1Api.listNamespacedRestic(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
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listNamespacedResticAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ResticList> callback)
(asynchronously)
list or watch objects of kind Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listNamespacedResticCall(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedRestic
|
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
|
V1alpha1SnapshotList |
RepositoriesStashAppscodeComV1alpha1Api.listNamespacedSnapshot(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
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.listNamespacedSnapshotAsync(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1SnapshotList> callback)
(asynchronously)
list objects of kind Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.listNamespacedSnapshotCall(String namespace,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listNamespacedSnapshot
|
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
|
V1alpha1RecoveryList |
StashAppscodeComV1alpha1Api.listRecoveryForAllNamespaces(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
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listRecoveryForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RecoveryList> callback)
(asynchronously)
list or watch objects of kind Recovery
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listRecoveryForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRecoveryForAllNamespaces
|
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
|
V1alpha1RepositoryList |
StashAppscodeComV1alpha1Api.listRepositoryForAllNamespaces(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
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listRepositoryForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RepositoryList> callback)
(asynchronously)
list or watch objects of kind Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listRepositoryForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listRepositoryForAllNamespaces
|
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
|
V1alpha1ResticList |
StashAppscodeComV1alpha1Api.listResticForAllNamespaces(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
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listResticForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ResticList> callback)
(asynchronously)
list or watch objects of kind Restic
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.listResticForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listResticForAllNamespaces
|
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
|
V1alpha1SnapshotList |
RepositoriesStashAppscodeComV1alpha1Api.listSnapshotForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list objects of kind Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.listSnapshotForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1SnapshotList> callback)
(asynchronously)
list objects of kind Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.listSnapshotForAllNamespacesCall(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listSnapshotForAllNamespaces
|
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
|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.patchNamespacedRecovery(String name,
String namespace,
Object body,
String pretty)
partially update the specified 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.patchNamespacedRecoveryCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRecovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.patchNamespacedRecoveryWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Recovery
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.patchNamespacedRepository(String name,
String namespace,
Object body,
String pretty)
partially update the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.patchNamespacedRepositoryAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
partially update the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.patchNamespacedRepositoryCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRepository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.patchNamespacedRepositoryWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Repository
|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.patchNamespacedRestic(String name,
String namespace,
Object body,
String pretty)
partially update the specified 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.patchNamespacedResticCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRestic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.patchNamespacedResticWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Restic
|
V1alpha1Recovery |
StashAppscodeComV1alpha1Api.readNamespacedRecovery(String name,
String namespace,
String pretty)
read 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.readNamespacedRecoveryCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedRecovery
|
ApiResponse<V1alpha1Recovery> |
StashAppscodeComV1alpha1Api.readNamespacedRecoveryWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Recovery
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.readNamespacedRepository(String name,
String namespace,
String pretty)
read the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.readNamespacedRepositoryAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
read the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.readNamespacedRepositoryCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedRepository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.readNamespacedRepositoryWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Repository
|
V1alpha1Restic |
StashAppscodeComV1alpha1Api.readNamespacedRestic(String name,
String namespace,
String pretty)
read 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.readNamespacedResticCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedRestic
|
ApiResponse<V1alpha1Restic> |
StashAppscodeComV1alpha1Api.readNamespacedResticWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Restic
|
V1alpha1Snapshot |
RepositoriesStashAppscodeComV1alpha1Api.readNamespacedSnapshot(String name,
String namespace,
String pretty)
read the specified Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.readNamespacedSnapshotAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
read the specified Snapshot
|
com.squareup.okhttp.Call |
RepositoriesStashAppscodeComV1alpha1Api.readNamespacedSnapshotCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedSnapshot
|
ApiResponse<V1alpha1Snapshot> |
RepositoriesStashAppscodeComV1alpha1Api.readNamespacedSnapshotWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Snapshot
|
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
|
V1alpha1Repository |
StashAppscodeComV1alpha1Api.replaceNamespacedRepository(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryAsync(String name,
String namespace,
V1alpha1Repository body,
String pretty,
ApiCallback<V1alpha1Repository> callback)
(asynchronously)
replace the specified Repository
|
com.squareup.okhttp.Call |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryCall(String name,
String namespace,
V1alpha1Repository body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRepository
|
ApiResponse<V1alpha1Repository> |
StashAppscodeComV1alpha1Api.replaceNamespacedRepositoryWithHttpInfo(String name,
String namespace,
V1alpha1Repository body,
String pretty)
replace the specified Repository
|
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
|
Copyright © 2018. All rights reserved.