| Package | Description |
|---|---|
| com.kubedb.client.apis | |
| com.kubedb.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MemcachedList |
KubedbComV1alpha1Api.listMemcachedForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Memcached
|
V1alpha1MemcachedList |
KubedbComV1alpha1Api.listNamespacedMemcached(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 Memcached
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1MemcachedList> |
KubedbComV1alpha1Api.listMemcachedForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Memcached
|
ApiResponse<V1alpha1MemcachedList> |
KubedbComV1alpha1Api.listNamespacedMemcachedWithHttpInfo(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 Memcached
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listMemcachedForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MemcachedList> callback)
(asynchronously)
list or watch objects of kind Memcached
|
com.squareup.okhttp.Call |
KubedbComV1alpha1Api.listNamespacedMemcachedAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1MemcachedList> callback)
(asynchronously)
list or watch objects of kind Memcached
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1MemcachedList |
V1alpha1MemcachedList.addItemsItem(V1alpha1Memcached itemsItem) |
V1alpha1MemcachedList |
V1alpha1MemcachedList.apiVersion(String apiVersion) |
V1alpha1MemcachedList |
V1alpha1MemcachedList.items(List<V1alpha1Memcached> items) |
V1alpha1MemcachedList |
V1alpha1MemcachedList.kind(String kind) |
V1alpha1MemcachedList |
V1alpha1MemcachedList.metadata(io.kubernetes.client.models.V1ListMeta metadata) |
Copyright © 2018. All rights reserved.