| Package | Description |
|---|---|
| com.kubedb.client | |
| com.kubedb.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 |
|---|---|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.createNamespacedDormantDatabase(String namespace,
V1alpha1DormantDatabase body,
String pretty)
create a DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedDormantDatabaseAsync(String namespace,
V1alpha1DormantDatabase body,
String pretty,
ApiCallback<V1alpha1DormantDatabase> callback)
(asynchronously)
create a DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedDormantDatabaseCall(String namespace,
V1alpha1DormantDatabase body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedDormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.createNamespacedDormantDatabaseWithHttpInfo(String namespace,
V1alpha1DormantDatabase body,
String pretty)
create a DormantDatabase
|
V1alpha1Elasticsearch |
KubedbComV1alpha1Api.createNamespacedElasticsearch(String namespace,
V1alpha1Elasticsearch body,
String pretty)
create an Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedElasticsearchAsync(String namespace,
V1alpha1Elasticsearch body,
String pretty,
ApiCallback<V1alpha1Elasticsearch> callback)
(asynchronously)
create an Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedElasticsearchCall(String namespace,
V1alpha1Elasticsearch body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedElasticsearch
|
ApiResponse<V1alpha1Elasticsearch> |
KubedbComV1alpha1Api.createNamespacedElasticsearchWithHttpInfo(String namespace,
V1alpha1Elasticsearch body,
String pretty)
create an Elasticsearch
|
V1alpha1Memcached |
KubedbComV1alpha1Api.createNamespacedMemcached(String namespace,
V1alpha1Memcached body,
String pretty)
create a Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMemcachedAsync(String namespace,
V1alpha1Memcached body,
String pretty,
ApiCallback<V1alpha1Memcached> callback)
(asynchronously)
create a Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMemcachedCall(String namespace,
V1alpha1Memcached body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedMemcached
|
ApiResponse<V1alpha1Memcached> |
KubedbComV1alpha1Api.createNamespacedMemcachedWithHttpInfo(String namespace,
V1alpha1Memcached body,
String pretty)
create a Memcached
|
V1alpha1MongoDB |
KubedbComV1alpha1Api.createNamespacedMongoDB(String namespace,
V1alpha1MongoDB body,
String pretty)
create a MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMongoDBAsync(String namespace,
V1alpha1MongoDB body,
String pretty,
ApiCallback<V1alpha1MongoDB> callback)
(asynchronously)
create a MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMongoDBCall(String namespace,
V1alpha1MongoDB body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedMongoDB
|
ApiResponse<V1alpha1MongoDB> |
KubedbComV1alpha1Api.createNamespacedMongoDBWithHttpInfo(String namespace,
V1alpha1MongoDB body,
String pretty)
create a MongoDB
|
V1alpha1MySQL |
KubedbComV1alpha1Api.createNamespacedMySQL(String namespace,
V1alpha1MySQL body,
String pretty)
create a MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMySQLAsync(String namespace,
V1alpha1MySQL body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
create a MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMySQLCall(String namespace,
V1alpha1MySQL body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedMySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.createNamespacedMySQLWithHttpInfo(String namespace,
V1alpha1MySQL body,
String pretty)
create a MySQL
|
V1alpha1Postgres |
KubedbComV1alpha1Api.createNamespacedPostgres(String namespace,
V1alpha1Postgres body,
String pretty)
create Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedPostgresAsync(String namespace,
V1alpha1Postgres body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
create Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedPostgresCall(String namespace,
V1alpha1Postgres body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPostgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.createNamespacedPostgresWithHttpInfo(String namespace,
V1alpha1Postgres body,
String pretty)
create Postgres
|
V1alpha1Redis |
KubedbComV1alpha1Api.createNamespacedRedis(String namespace,
V1alpha1Redis body,
String pretty)
create Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedRedisAsync(String namespace,
V1alpha1Redis body,
String pretty,
ApiCallback<V1alpha1Redis> callback)
(asynchronously)
create Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedRedisCall(String namespace,
V1alpha1Redis body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedRedis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.createNamespacedRedisWithHttpInfo(String namespace,
V1alpha1Redis body,
String pretty)
create Redis
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.createNamespacedSnapshot(String namespace,
V1alpha1Snapshot body,
String pretty)
create a Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedSnapshotAsync(String namespace,
V1alpha1Snapshot body,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
create a Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedSnapshotCall(String namespace,
V1alpha1Snapshot body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedSnapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.createNamespacedSnapshotWithHttpInfo(String namespace,
V1alpha1Snapshot body,
String pretty)
create a Snapshot
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedDormantDatabase(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedDormantDatabaseAsync(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 DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedDormantDatabaseCall(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 deleteCollectionNamespacedDormantDatabase
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedDormantDatabaseWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of DormantDatabase
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedElasticsearch(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedElasticsearchAsync(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 Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedElasticsearchCall(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 deleteCollectionNamespacedElasticsearch
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedElasticsearchWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Elasticsearch
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedMemcached(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedMemcachedAsync(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 Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedMemcachedCall(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 deleteCollectionNamespacedMemcached
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedMemcachedWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Memcached
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedMongoDB(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedMongoDBAsync(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 MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedMongoDBCall(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 deleteCollectionNamespacedMongoDB
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedMongoDBWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of MongoDB
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedMySQL(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedMySQLAsync(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 MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedMySQLCall(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 deleteCollectionNamespacedMySQL
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedMySQLWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of MySQL
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedPostgres(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedPostgresAsync(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 Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedPostgresCall(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 deleteCollectionNamespacedPostgres
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedPostgresWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Postgres
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedRedis(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedRedisAsync(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 Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedRedisCall(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 deleteCollectionNamespacedRedis
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedRedisWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Redis
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteCollectionNamespacedSnapshot(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedSnapshotAsync(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 Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteCollectionNamespacedSnapshotCall(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 deleteCollectionNamespacedSnapshot
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteCollectionNamespacedSnapshotWithHttpInfo(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
delete collection of Snapshot
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedDormantDatabase(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedDormantDatabaseAsync(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 DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedDormantDatabaseCall(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 deleteNamespacedDormantDatabase
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a DormantDatabase
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedElasticsearch(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedElasticsearchAsync(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 an Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedElasticsearchCall(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 deleteNamespacedElasticsearch
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedElasticsearchWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete an Elasticsearch
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedMemcached(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedMemcachedAsync(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 Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedMemcachedCall(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 deleteNamespacedMemcached
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedMemcachedWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a Memcached
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedMongoDB(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedMongoDBAsync(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 MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedMongoDBCall(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 deleteNamespacedMongoDB
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedMongoDBWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a MongoDB
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedMySQL(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedMySQLAsync(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 MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedMySQLCall(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 deleteNamespacedMySQL
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedMySQLWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete a MySQL
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedPostgres(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedPostgresAsync(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 Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedPostgresCall(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 deleteNamespacedPostgres
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedPostgresWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Postgres
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.deleteNamespacedRedis(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedRedisAsync(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 Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.deleteNamespacedRedisCall(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 deleteNamespacedRedis
|
ApiResponse<io.kubernetes.client.models.V1Status> |
KubedbComV1alpha1Api.deleteNamespacedRedisWithHttpInfo(String name,
String namespace,
io.kubernetes.client.models.V1DeleteOptions body,
String pretty,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy)
delete Redis
|
io.kubernetes.client.models.V1Status |
KubedbComV1alpha1Api.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 |
KubedbComV1alpha1Api.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 |
KubedbComV1alpha1Api.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> |
KubedbComV1alpha1Api.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 |
KubedbComApi.getAPIGroup()
get information of a group
|
com.squareup.okhttp.Call |
KubedbComApi.getAPIGroupAsync(ApiCallback<io.kubernetes.client.models.V1APIGroup> callback)
(asynchronously)
get information of a group
|
com.squareup.okhttp.Call |
KubedbComApi.getAPIGroupCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIGroup
|
ApiResponse<io.kubernetes.client.models.V1APIGroup> |
KubedbComApi.getAPIGroupWithHttpInfo()
get information of a group
|
io.kubernetes.client.models.V1APIResourceList |
KubedbComV1alpha1Api.getAPIResources()
get available resources
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.getAPIResourcesAsync(ApiCallback<io.kubernetes.client.models.V1APIResourceList> callback)
(asynchronously)
get available resources
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.getAPIResourcesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAPIResources
|
ApiResponse<io.kubernetes.client.models.V1APIResourceList> |
KubedbComV1alpha1Api.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
|
V1alpha1DormantDatabaseList |
KubedbComV1alpha1Api.listDormantDatabaseForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listDormantDatabaseForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1DormantDatabaseList> callback)
(asynchronously)
list or watch objects of kind DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listDormantDatabaseForAllNamespacesCall(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 listDormantDatabaseForAllNamespaces
|
ApiResponse<V1alpha1DormantDatabaseList> |
KubedbComV1alpha1Api.listDormantDatabaseForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind DormantDatabase
|
V1alpha1ElasticsearchList |
KubedbComV1alpha1Api.listElasticsearchForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listElasticsearchForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ElasticsearchList> callback)
(asynchronously)
list or watch objects of kind Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listElasticsearchForAllNamespacesCall(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 listElasticsearchForAllNamespaces
|
ApiResponse<V1alpha1ElasticsearchList> |
KubedbComV1alpha1Api.listElasticsearchForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Elasticsearch
|
V1alpha1MemcachedList |
KubedbComV1alpha1Api.listMemcachedForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMemcachedForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MemcachedList> callback)
(asynchronously)
list or watch objects of kind Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMemcachedForAllNamespacesCall(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 listMemcachedForAllNamespaces
|
ApiResponse<V1alpha1MemcachedList> |
KubedbComV1alpha1Api.listMemcachedForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Memcached
|
V1alpha1MongoDBList |
KubedbComV1alpha1Api.listMongoDBForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMongoDBForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MongoDBList> callback)
(asynchronously)
list or watch objects of kind MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMongoDBForAllNamespacesCall(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 listMongoDBForAllNamespaces
|
ApiResponse<V1alpha1MongoDBList> |
KubedbComV1alpha1Api.listMongoDBForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MongoDB
|
V1alpha1MySQLList |
KubedbComV1alpha1Api.listMySQLForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMySQLForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MySQLList> callback)
(asynchronously)
list or watch objects of kind MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMySQLForAllNamespacesCall(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 listMySQLForAllNamespaces
|
ApiResponse<V1alpha1MySQLList> |
KubedbComV1alpha1Api.listMySQLForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MySQL
|
V1alpha1DormantDatabaseList |
KubedbComV1alpha1Api.listNamespacedDormantDatabase(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 DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedDormantDatabaseAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1DormantDatabaseList> callback)
(asynchronously)
list or watch objects of kind DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedDormantDatabaseCall(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 listNamespacedDormantDatabase
|
ApiResponse<V1alpha1DormantDatabaseList> |
KubedbComV1alpha1Api.listNamespacedDormantDatabaseWithHttpInfo(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 DormantDatabase
|
V1alpha1ElasticsearchList |
KubedbComV1alpha1Api.listNamespacedElasticsearch(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 Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedElasticsearchAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1ElasticsearchList> callback)
(asynchronously)
list or watch objects of kind Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedElasticsearchCall(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 listNamespacedElasticsearch
|
ApiResponse<V1alpha1ElasticsearchList> |
KubedbComV1alpha1Api.listNamespacedElasticsearchWithHttpInfo(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 Elasticsearch
|
V1alpha1MemcachedList |
KubedbComV1alpha1Api.listNamespacedMemcached(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 Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMemcachedAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MemcachedList> callback)
(asynchronously)
list or watch objects of kind Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMemcachedCall(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 listNamespacedMemcached
|
ApiResponse<V1alpha1MemcachedList> |
KubedbComV1alpha1Api.listNamespacedMemcachedWithHttpInfo(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 Memcached
|
V1alpha1MongoDBList |
KubedbComV1alpha1Api.listNamespacedMongoDB(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 MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMongoDBAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MongoDBList> callback)
(asynchronously)
list or watch objects of kind MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMongoDBCall(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 listNamespacedMongoDB
|
ApiResponse<V1alpha1MongoDBList> |
KubedbComV1alpha1Api.listNamespacedMongoDBWithHttpInfo(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 MongoDB
|
V1alpha1MySQLList |
KubedbComV1alpha1Api.listNamespacedMySQL(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 MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMySQLAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MySQLList> callback)
(asynchronously)
list or watch objects of kind MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMySQLCall(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 listNamespacedMySQL
|
ApiResponse<V1alpha1MySQLList> |
KubedbComV1alpha1Api.listNamespacedMySQLWithHttpInfo(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 MySQL
|
V1alpha1PostgresList |
KubedbComV1alpha1Api.listNamespacedPostgres(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 Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedPostgresAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PostgresList> callback)
(asynchronously)
list or watch objects of kind Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedPostgresCall(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 listNamespacedPostgres
|
ApiResponse<V1alpha1PostgresList> |
KubedbComV1alpha1Api.listNamespacedPostgresWithHttpInfo(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 Postgres
|
V1alpha1RedisList |
KubedbComV1alpha1Api.listNamespacedRedis(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 Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedRedisAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RedisList> callback)
(asynchronously)
list or watch objects of kind Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedRedisCall(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 listNamespacedRedis
|
ApiResponse<V1alpha1RedisList> |
KubedbComV1alpha1Api.listNamespacedRedisWithHttpInfo(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 Redis
|
V1alpha1SnapshotList |
KubedbComV1alpha1Api.listNamespacedSnapshot(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 Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedSnapshotAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1SnapshotList> callback)
(asynchronously)
list or watch objects of kind Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedSnapshotCall(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 listNamespacedSnapshot
|
ApiResponse<V1alpha1SnapshotList> |
KubedbComV1alpha1Api.listNamespacedSnapshotWithHttpInfo(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 Snapshot
|
V1alpha1PostgresList |
KubedbComV1alpha1Api.listPostgresForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listPostgresForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PostgresList> callback)
(asynchronously)
list or watch objects of kind Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listPostgresForAllNamespacesCall(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 listPostgresForAllNamespaces
|
ApiResponse<V1alpha1PostgresList> |
KubedbComV1alpha1Api.listPostgresForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Postgres
|
V1alpha1RedisList |
KubedbComV1alpha1Api.listRedisForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listRedisForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1RedisList> callback)
(asynchronously)
list or watch objects of kind Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listRedisForAllNamespacesCall(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 listRedisForAllNamespaces
|
ApiResponse<V1alpha1RedisList> |
KubedbComV1alpha1Api.listRedisForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Redis
|
V1alpha1SnapshotList |
KubedbComV1alpha1Api.listSnapshotForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listSnapshotForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1SnapshotList> callback)
(asynchronously)
list or watch objects of kind Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.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> |
KubedbComV1alpha1Api.listSnapshotForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Snapshot
|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.patchNamespacedDormantDatabase(String name,
String namespace,
Object body,
String pretty)
partially update the specified DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedDormantDatabaseAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1DormantDatabase> callback)
(asynchronously)
partially update the specified DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedDormantDatabaseCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedDormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.patchNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified DormantDatabase
|
V1alpha1Elasticsearch |
KubedbComV1alpha1Api.patchNamespacedElasticsearch(String name,
String namespace,
Object body,
String pretty)
partially update the specified Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedElasticsearchAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Elasticsearch> callback)
(asynchronously)
partially update the specified Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedElasticsearchCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedElasticsearch
|
ApiResponse<V1alpha1Elasticsearch> |
KubedbComV1alpha1Api.patchNamespacedElasticsearchWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Elasticsearch
|
V1alpha1Memcached |
KubedbComV1alpha1Api.patchNamespacedMemcached(String name,
String namespace,
Object body,
String pretty)
partially update the specified Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMemcachedAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Memcached> callback)
(asynchronously)
partially update the specified Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMemcachedCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedMemcached
|
ApiResponse<V1alpha1Memcached> |
KubedbComV1alpha1Api.patchNamespacedMemcachedWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Memcached
|
V1alpha1MongoDB |
KubedbComV1alpha1Api.patchNamespacedMongoDB(String name,
String namespace,
Object body,
String pretty)
partially update the specified MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMongoDBAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1MongoDB> callback)
(asynchronously)
partially update the specified MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMongoDBCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedMongoDB
|
ApiResponse<V1alpha1MongoDB> |
KubedbComV1alpha1Api.patchNamespacedMongoDBWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified MongoDB
|
V1alpha1MySQL |
KubedbComV1alpha1Api.patchNamespacedMySQL(String name,
String namespace,
Object body,
String pretty)
partially update the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMySQLAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
partially update the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMySQLCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedMySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.patchNamespacedMySQLWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified MySQL
|
V1alpha1Postgres |
KubedbComV1alpha1Api.patchNamespacedPostgres(String name,
String namespace,
Object body,
String pretty)
partially update the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedPostgresAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
partially update the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedPostgresCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedPostgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.patchNamespacedPostgresWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Postgres
|
V1alpha1Redis |
KubedbComV1alpha1Api.patchNamespacedRedis(String name,
String namespace,
Object body,
String pretty)
partially update the specified Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedRedisAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Redis> callback)
(asynchronously)
partially update the specified Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedRedisCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedRedis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.patchNamespacedRedisWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Redis
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.patchNamespacedSnapshot(String name,
String namespace,
Object body,
String pretty)
partially update the specified Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedSnapshotAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
partially update the specified Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedSnapshotCall(String name,
String namespace,
Object body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchNamespacedSnapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.patchNamespacedSnapshotWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Snapshot
|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.readNamespacedDormantDatabase(String name,
String namespace,
String pretty)
read the specified DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedDormantDatabaseAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1DormantDatabase> callback)
(asynchronously)
read the specified DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedDormantDatabaseCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedDormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.readNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
String pretty)
read the specified DormantDatabase
|
V1alpha1Elasticsearch |
KubedbComV1alpha1Api.readNamespacedElasticsearch(String name,
String namespace,
String pretty)
read the specified Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedElasticsearchAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Elasticsearch> callback)
(asynchronously)
read the specified Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedElasticsearchCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedElasticsearch
|
ApiResponse<V1alpha1Elasticsearch> |
KubedbComV1alpha1Api.readNamespacedElasticsearchWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Elasticsearch
|
V1alpha1Memcached |
KubedbComV1alpha1Api.readNamespacedMemcached(String name,
String namespace,
String pretty)
read the specified Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMemcachedAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Memcached> callback)
(asynchronously)
read the specified Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMemcachedCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedMemcached
|
ApiResponse<V1alpha1Memcached> |
KubedbComV1alpha1Api.readNamespacedMemcachedWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Memcached
|
V1alpha1MongoDB |
KubedbComV1alpha1Api.readNamespacedMongoDB(String name,
String namespace,
String pretty)
read the specified MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMongoDBAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1MongoDB> callback)
(asynchronously)
read the specified MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMongoDBCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedMongoDB
|
ApiResponse<V1alpha1MongoDB> |
KubedbComV1alpha1Api.readNamespacedMongoDBWithHttpInfo(String name,
String namespace,
String pretty)
read the specified MongoDB
|
V1alpha1MySQL |
KubedbComV1alpha1Api.readNamespacedMySQL(String name,
String namespace,
String pretty)
read the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMySQLAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
read the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMySQLCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedMySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.readNamespacedMySQLWithHttpInfo(String name,
String namespace,
String pretty)
read the specified MySQL
|
V1alpha1Postgres |
KubedbComV1alpha1Api.readNamespacedPostgres(String name,
String namespace,
String pretty)
read the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedPostgresAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
read the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedPostgresCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedPostgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.readNamespacedPostgresWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Postgres
|
V1alpha1Redis |
KubedbComV1alpha1Api.readNamespacedRedis(String name,
String namespace,
String pretty)
read the specified Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedRedisAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Redis> callback)
(asynchronously)
read the specified Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedRedisCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedRedis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.readNamespacedRedisWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Redis
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.readNamespacedSnapshot(String name,
String namespace,
String pretty)
read the specified Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedSnapshotAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
read the specified Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedSnapshotCall(String name,
String namespace,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readNamespacedSnapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.readNamespacedSnapshotWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Snapshot
|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.replaceNamespacedDormantDatabase(String name,
String namespace,
V1alpha1DormantDatabase body,
String pretty)
replace the specified DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedDormantDatabaseAsync(String name,
String namespace,
V1alpha1DormantDatabase body,
String pretty,
ApiCallback<V1alpha1DormantDatabase> callback)
(asynchronously)
replace the specified DormantDatabase
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedDormantDatabaseCall(String name,
String namespace,
V1alpha1DormantDatabase body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedDormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.replaceNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
V1alpha1DormantDatabase body,
String pretty)
replace the specified DormantDatabase
|
V1alpha1Elasticsearch |
KubedbComV1alpha1Api.replaceNamespacedElasticsearch(String name,
String namespace,
V1alpha1Elasticsearch body,
String pretty)
replace the specified Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedElasticsearchAsync(String name,
String namespace,
V1alpha1Elasticsearch body,
String pretty,
ApiCallback<V1alpha1Elasticsearch> callback)
(asynchronously)
replace the specified Elasticsearch
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedElasticsearchCall(String name,
String namespace,
V1alpha1Elasticsearch body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedElasticsearch
|
ApiResponse<V1alpha1Elasticsearch> |
KubedbComV1alpha1Api.replaceNamespacedElasticsearchWithHttpInfo(String name,
String namespace,
V1alpha1Elasticsearch body,
String pretty)
replace the specified Elasticsearch
|
V1alpha1Memcached |
KubedbComV1alpha1Api.replaceNamespacedMemcached(String name,
String namespace,
V1alpha1Memcached body,
String pretty)
replace the specified Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMemcachedAsync(String name,
String namespace,
V1alpha1Memcached body,
String pretty,
ApiCallback<V1alpha1Memcached> callback)
(asynchronously)
replace the specified Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMemcachedCall(String name,
String namespace,
V1alpha1Memcached body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedMemcached
|
ApiResponse<V1alpha1Memcached> |
KubedbComV1alpha1Api.replaceNamespacedMemcachedWithHttpInfo(String name,
String namespace,
V1alpha1Memcached body,
String pretty)
replace the specified Memcached
|
V1alpha1MongoDB |
KubedbComV1alpha1Api.replaceNamespacedMongoDB(String name,
String namespace,
V1alpha1MongoDB body,
String pretty)
replace the specified MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMongoDBAsync(String name,
String namespace,
V1alpha1MongoDB body,
String pretty,
ApiCallback<V1alpha1MongoDB> callback)
(asynchronously)
replace the specified MongoDB
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMongoDBCall(String name,
String namespace,
V1alpha1MongoDB body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedMongoDB
|
ApiResponse<V1alpha1MongoDB> |
KubedbComV1alpha1Api.replaceNamespacedMongoDBWithHttpInfo(String name,
String namespace,
V1alpha1MongoDB body,
String pretty)
replace the specified MongoDB
|
V1alpha1MySQL |
KubedbComV1alpha1Api.replaceNamespacedMySQL(String name,
String namespace,
V1alpha1MySQL body,
String pretty)
replace the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMySQLAsync(String name,
String namespace,
V1alpha1MySQL body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
replace the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMySQLCall(String name,
String namespace,
V1alpha1MySQL body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedMySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.replaceNamespacedMySQLWithHttpInfo(String name,
String namespace,
V1alpha1MySQL body,
String pretty)
replace the specified MySQL
|
V1alpha1Postgres |
KubedbComV1alpha1Api.replaceNamespacedPostgres(String name,
String namespace,
V1alpha1Postgres body,
String pretty)
replace the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedPostgresAsync(String name,
String namespace,
V1alpha1Postgres body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
replace the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedPostgresCall(String name,
String namespace,
V1alpha1Postgres body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPostgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.replaceNamespacedPostgresWithHttpInfo(String name,
String namespace,
V1alpha1Postgres body,
String pretty)
replace the specified Postgres
|
V1alpha1Redis |
KubedbComV1alpha1Api.replaceNamespacedRedis(String name,
String namespace,
V1alpha1Redis body,
String pretty)
replace the specified Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedRedisAsync(String name,
String namespace,
V1alpha1Redis body,
String pretty,
ApiCallback<V1alpha1Redis> callback)
(asynchronously)
replace the specified Redis
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedRedisCall(String name,
String namespace,
V1alpha1Redis body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedRedis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.replaceNamespacedRedisWithHttpInfo(String name,
String namespace,
V1alpha1Redis body,
String pretty)
replace the specified Redis
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.replaceNamespacedSnapshot(String name,
String namespace,
V1alpha1Snapshot body,
String pretty)
replace the specified Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedSnapshotAsync(String name,
String namespace,
V1alpha1Snapshot body,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
replace the specified Snapshot
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedSnapshotCall(String name,
String namespace,
V1alpha1Snapshot body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedSnapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.replaceNamespacedSnapshotWithHttpInfo(String name,
String namespace,
V1alpha1Snapshot body,
String pretty)
replace the specified Snapshot
|
Copyright © 2018. All rights reserved.