| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Postgres |
KubedbComV1alpha1Api.createNamespacedPostgres(String namespace,
V1alpha1Postgres body,
String pretty)
create Postgres
|
V1alpha1Postgres |
KubedbComV1alpha1Api.patchNamespacedPostgres(String name,
String namespace,
Object body,
String pretty)
partially update the specified Postgres
|
V1alpha1Postgres |
KubedbComV1alpha1Api.readNamespacedPostgres(String name,
String namespace,
String pretty)
read the specified Postgres
|
V1alpha1Postgres |
KubedbComV1alpha1Api.replaceNamespacedPostgres(String name,
String namespace,
V1alpha1Postgres body,
String pretty)
replace the specified Postgres
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.createNamespacedPostgresWithHttpInfo(String namespace,
V1alpha1Postgres body,
String pretty)
create Postgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.patchNamespacedPostgresWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Postgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.readNamespacedPostgresWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Postgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.replaceNamespacedPostgresWithHttpInfo(String name,
String namespace,
V1alpha1Postgres body,
String pretty)
replace the specified Postgres
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Postgres |
KubedbComV1alpha1Api.createNamespacedPostgres(String namespace,
V1alpha1Postgres body,
String pretty)
create Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedPostgresAsync(String namespace,
V1alpha1Postgres body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
create Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedPostgresCall(String namespace,
V1alpha1Postgres body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPostgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.createNamespacedPostgresWithHttpInfo(String namespace,
V1alpha1Postgres body,
String pretty)
create Postgres
|
V1alpha1Postgres |
KubedbComV1alpha1Api.replaceNamespacedPostgres(String name,
String namespace,
V1alpha1Postgres body,
String pretty)
replace the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedPostgresAsync(String name,
String namespace,
V1alpha1Postgres body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
replace the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedPostgresCall(String name,
String namespace,
V1alpha1Postgres body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPostgres
|
ApiResponse<V1alpha1Postgres> |
KubedbComV1alpha1Api.replaceNamespacedPostgresWithHttpInfo(String name,
String namespace,
V1alpha1Postgres body,
String pretty)
replace the specified Postgres
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedPostgresAsync(String namespace,
V1alpha1Postgres body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
create Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedPostgresAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
partially update the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedPostgresAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
read the specified Postgres
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedPostgresAsync(String name,
String namespace,
V1alpha1Postgres body,
String pretty,
ApiCallback<V1alpha1Postgres> callback)
(asynchronously)
replace the specified Postgres
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Postgres |
V1alpha1Postgres.apiVersion(String apiVersion) |
V1alpha1Postgres |
V1alpha1Postgres.kind(String kind) |
V1alpha1Postgres |
V1alpha1Postgres.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1Postgres |
V1alpha1Postgres.spec(V1alpha1PostgresSpec spec) |
V1alpha1Postgres |
V1alpha1Postgres.status(V1alpha1PostgresStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1Postgres> |
V1alpha1PostgresList.getItems()
Items is a list of Postgres CRD objects
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PostgresList |
V1alpha1PostgresList.addItemsItem(V1alpha1Postgres itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PostgresList |
V1alpha1PostgresList.items(List<V1alpha1Postgres> items) |
void |
V1alpha1PostgresList.setItems(List<V1alpha1Postgres> items) |
Copyright © 2018. All rights reserved.