| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQL |
KubedbComV1alpha1Api.createNamespacedMySQL(String namespace,
V1alpha1MySQL body,
String pretty)
create a MySQL
|
V1alpha1MySQL |
KubedbComV1alpha1Api.patchNamespacedMySQL(String name,
String namespace,
Object body,
String pretty)
partially update the specified MySQL
|
V1alpha1MySQL |
KubedbComV1alpha1Api.readNamespacedMySQL(String name,
String namespace,
String pretty)
read the specified MySQL
|
V1alpha1MySQL |
KubedbComV1alpha1Api.replaceNamespacedMySQL(String name,
String namespace,
V1alpha1MySQL body,
String pretty)
replace the specified MySQL
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.createNamespacedMySQLWithHttpInfo(String namespace,
V1alpha1MySQL body,
String pretty)
create a MySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.patchNamespacedMySQLWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified MySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.readNamespacedMySQLWithHttpInfo(String name,
String namespace,
String pretty)
read the specified MySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.replaceNamespacedMySQLWithHttpInfo(String name,
String namespace,
V1alpha1MySQL body,
String pretty)
replace the specified MySQL
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQL |
KubedbComV1alpha1Api.createNamespacedMySQL(String namespace,
V1alpha1MySQL body,
String pretty)
create a MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMySQLAsync(String namespace,
V1alpha1MySQL body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
create a MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMySQLCall(String namespace,
V1alpha1MySQL body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedMySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.createNamespacedMySQLWithHttpInfo(String namespace,
V1alpha1MySQL body,
String pretty)
create a MySQL
|
V1alpha1MySQL |
KubedbComV1alpha1Api.replaceNamespacedMySQL(String name,
String namespace,
V1alpha1MySQL body,
String pretty)
replace the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMySQLAsync(String name,
String namespace,
V1alpha1MySQL body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
replace the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMySQLCall(String name,
String namespace,
V1alpha1MySQL body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedMySQL
|
ApiResponse<V1alpha1MySQL> |
KubedbComV1alpha1Api.replaceNamespacedMySQLWithHttpInfo(String name,
String namespace,
V1alpha1MySQL body,
String pretty)
replace the specified MySQL
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.createNamespacedMySQLAsync(String namespace,
V1alpha1MySQL body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
create a MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.patchNamespacedMySQLAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
partially update the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.readNamespacedMySQLAsync(String name,
String namespace,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
read the specified MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.replaceNamespacedMySQLAsync(String name,
String namespace,
V1alpha1MySQL body,
String pretty,
ApiCallback<V1alpha1MySQL> callback)
(asynchronously)
replace the specified MySQL
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQL |
V1alpha1MySQL.apiVersion(String apiVersion) |
V1alpha1MySQL |
V1alpha1MySQL.kind(String kind) |
V1alpha1MySQL |
V1alpha1MySQL.metadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
V1alpha1MySQL |
V1alpha1MySQL.spec(V1alpha1MySQLSpec spec) |
V1alpha1MySQL |
V1alpha1MySQL.status(V1alpha1MySQLStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha1MySQL> |
V1alpha1MySQLList.getItems()
Items is a list of MySQL TPR objects
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQLList |
V1alpha1MySQLList.addItemsItem(V1alpha1MySQL itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQLList |
V1alpha1MySQLList.items(List<V1alpha1MySQL> items) |
void |
V1alpha1MySQLList.setItems(List<V1alpha1MySQL> items) |
Copyright © 2018. All rights reserved.