| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.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
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1SnapshotList |
V1alpha1SnapshotList.addItemsItem(V1alpha1Snapshot itemsItem) |
V1alpha1SnapshotList |
V1alpha1SnapshotList.apiVersion(String apiVersion) |
V1alpha1SnapshotList |
V1alpha1SnapshotList.items(List<V1alpha1Snapshot> items) |
V1alpha1SnapshotList |
V1alpha1SnapshotList.kind(String kind) |
V1alpha1SnapshotList |
V1alpha1SnapshotList.metadata(io.kubernetes.client.models.V1ListMeta metadata) |
Copyright © 2018. All rights reserved.