| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Snapshot |
KubedbComV1alpha1Api.createNamespacedSnapshot(String namespace,
V1alpha1Snapshot body,
String pretty)
create a Snapshot
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.patchNamespacedSnapshot(String name,
String namespace,
Object body,
String pretty)
partially update the specified Snapshot
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.readNamespacedSnapshot(String name,
String namespace,
String pretty)
read the specified Snapshot
|
V1alpha1Snapshot |
KubedbComV1alpha1Api.replaceNamespacedSnapshot(String name,
String namespace,
V1alpha1Snapshot body,
String pretty)
replace the specified Snapshot
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.createNamespacedSnapshotWithHttpInfo(String namespace,
V1alpha1Snapshot body,
String pretty)
create a Snapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.patchNamespacedSnapshotWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Snapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.readNamespacedSnapshotWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Snapshot
|
ApiResponse<V1alpha1Snapshot> |
KubedbComV1alpha1Api.replaceNamespacedSnapshotWithHttpInfo(String name,
String namespace,
V1alpha1Snapshot body,
String pretty)
replace the specified Snapshot
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedSnapshotAsync(String namespace,
V1alpha1Snapshot body,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
create a 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.readNamespacedSnapshotAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Snapshot> callback)
(asynchronously)
read 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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Snapshot |
V1alpha1Snapshot.apiVersion(String apiVersion) |
V1alpha1Snapshot |
V1alpha1Snapshot.kind(String kind) |
V1alpha1Snapshot |
V1alpha1Snapshot.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Snapshot |
V1alpha1Snapshot.spec(V1alpha1SnapshotSpec spec) |
V1alpha1Snapshot |
V1alpha1Snapshot.status(V1alpha1SnapshotStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Snapshot> |
V1alpha1SnapshotList.getItems()
Items is a list of Snapshot CRD objects
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1SnapshotList |
V1alpha1SnapshotList.addItemsItem(V1alpha1Snapshot itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1SnapshotList |
V1alpha1SnapshotList.items(List<V1alpha1Snapshot> items) |
void |
V1alpha1SnapshotList.setItems(List<V1alpha1Snapshot> items) |
Copyright © 2018. All rights reserved.