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