| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQLList |
KubedbComV1alpha1Api.listMySQLForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MySQL
|
V1alpha1MySQLList |
KubedbComV1alpha1Api.listNamespacedMySQL(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 MySQL
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1MySQLList> |
KubedbComV1alpha1Api.listMySQLForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind MySQL
|
ApiResponse<V1alpha1MySQLList> |
KubedbComV1alpha1Api.listNamespacedMySQLWithHttpInfo(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 MySQL
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMySQLForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MySQLList> callback)
(asynchronously)
list or watch objects of kind MySQL
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMySQLAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MySQLList> callback)
(asynchronously)
list or watch objects of kind MySQL
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MySQLList |
V1alpha1MySQLList.addItemsItem(V1alpha1MySQL itemsItem) |
V1alpha1MySQLList |
V1alpha1MySQLList.apiVersion(String apiVersion) |
V1alpha1MySQLList |
V1alpha1MySQLList.items(List<V1alpha1MySQL> items) |
V1alpha1MySQLList |
V1alpha1MySQLList.kind(String kind) |
V1alpha1MySQLList |
V1alpha1MySQLList.metadata(io.kubernetes.client.models.V1ListMeta metadata) |
Copyright © 2018. All rights reserved.