| Package | Description |
|---|---|
| io.kubernetes.client.apis | |
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1StatefulSetList |
AppsV1beta1Api.listNamespacedStatefulSet(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
V1beta1StatefulSetList |
AppsV1beta1Api.listStatefulSetForAllNamespaces(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1StatefulSetList> |
AppsV1beta1Api.listNamespacedStatefulSetWithHttpInfo(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
ApiResponse<V1beta1StatefulSetList> |
AppsV1beta1Api.listStatefulSetForAllNamespacesWithHttpInfo(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AppsV1beta1Api.listNamespacedStatefulSetAsync(String namespace,
String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta1Api.listStatefulSetForAllNamespacesAsync(String fieldSelector,
String labelSelector,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1StatefulSetList |
V1beta1StatefulSetList.addItemsItem(V1beta1StatefulSet itemsItem) |
V1beta1StatefulSetList |
V1beta1StatefulSetList.apiVersion(String apiVersion) |
V1beta1StatefulSetList |
V1beta1StatefulSetList.items(List<V1beta1StatefulSet> items) |
V1beta1StatefulSetList |
V1beta1StatefulSetList.kind(String kind) |
V1beta1StatefulSetList |
V1beta1StatefulSetList.metadata(V1ListMeta metadata) |
Copyright © 2017. All rights reserved.