| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Redis |
KubedbComV1alpha1Api.createNamespacedRedis(String namespace,
V1alpha1Redis body,
String pretty)
create Redis
|
V1alpha1Redis |
KubedbComV1alpha1Api.patchNamespacedRedis(String name,
String namespace,
Object body,
String pretty)
partially update the specified Redis
|
V1alpha1Redis |
KubedbComV1alpha1Api.readNamespacedRedis(String name,
String namespace,
String pretty)
read the specified Redis
|
V1alpha1Redis |
KubedbComV1alpha1Api.replaceNamespacedRedis(String name,
String namespace,
V1alpha1Redis body,
String pretty)
replace the specified Redis
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.createNamespacedRedisWithHttpInfo(String namespace,
V1alpha1Redis body,
String pretty)
create Redis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.patchNamespacedRedisWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Redis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.readNamespacedRedisWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Redis
|
ApiResponse<V1alpha1Redis> |
KubedbComV1alpha1Api.replaceNamespacedRedisWithHttpInfo(String name,
String namespace,
V1alpha1Redis body,
String pretty)
replace the specified Redis
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedRedisAsync(String namespace,
V1alpha1Redis body,
String pretty,
ApiCallback<V1alpha1Redis> callback)
(asynchronously)
create 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.readNamespacedRedisAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Redis> callback)
(asynchronously)
read 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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Redis |
V1alpha1Redis.apiVersion(String apiVersion) |
V1alpha1Redis |
V1alpha1Redis.kind(String kind) |
V1alpha1Redis |
V1alpha1Redis.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Redis |
V1alpha1Redis.spec(V1alpha1RedisSpec spec) |
V1alpha1Redis |
V1alpha1Redis.status(V1alpha1RedisStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Redis> |
V1alpha1RedisList.getItems()
Items is a list of Redis TPR objects
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RedisList |
V1alpha1RedisList.addItemsItem(V1alpha1Redis itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1RedisList |
V1alpha1RedisList.items(List<V1alpha1Redis> items) |
void |
V1alpha1RedisList.setItems(List<V1alpha1Redis> items) |
Copyright © 2018. All rights reserved.