| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.createNamespacedDormantDatabase(String namespace,
V1alpha1DormantDatabase body,
String pretty)
create a DormantDatabase
|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.patchNamespacedDormantDatabase(String name,
String namespace,
Object body,
String pretty)
partially update the specified DormantDatabase
|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.readNamespacedDormantDatabase(String name,
String namespace,
String pretty)
read the specified DormantDatabase
|
V1alpha1DormantDatabase |
KubedbComV1alpha1Api.replaceNamespacedDormantDatabase(String name,
String namespace,
V1alpha1DormantDatabase body,
String pretty)
replace the specified DormantDatabase
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.createNamespacedDormantDatabaseWithHttpInfo(String namespace,
V1alpha1DormantDatabase body,
String pretty)
create a DormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.patchNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified DormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.readNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
String pretty)
read the specified DormantDatabase
|
ApiResponse<V1alpha1DormantDatabase> |
KubedbComV1alpha1Api.replaceNamespacedDormantDatabaseWithHttpInfo(String name,
String namespace,
V1alpha1DormantDatabase body,
String pretty)
replace the specified DormantDatabase
|
| 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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedDormantDatabaseAsync(String namespace,
V1alpha1DormantDatabase body,
String pretty,
ApiCallback<V1alpha1DormantDatabase> callback)
(asynchronously)
create a 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.readNamespacedDormantDatabaseAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1DormantDatabase> callback)
(asynchronously)
read 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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1DormantDatabase |
V1alpha1DormantDatabase.apiVersion(String apiVersion) |
V1alpha1DormantDatabase |
V1alpha1DormantDatabase.kind(String kind) |
V1alpha1DormantDatabase |
V1alpha1DormantDatabase.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1DormantDatabase |
V1alpha1DormantDatabase.spec(V1alpha1DormantDatabaseSpec spec) |
V1alpha1DormantDatabase |
V1alpha1DormantDatabase.status(V1alpha1DormantDatabaseStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1DormantDatabase> |
V1alpha1DormantDatabaseList.getItems()
Items is a list of DormantDatabase CRD objects
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1DormantDatabaseList |
V1alpha1DormantDatabaseList.addItemsItem(V1alpha1DormantDatabase itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1DormantDatabaseList |
V1alpha1DormantDatabaseList.items(List<V1alpha1DormantDatabase> items) |
void |
V1alpha1DormantDatabaseList.setItems(List<V1alpha1DormantDatabase> items) |
Copyright © 2018. All rights reserved.