| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1StatefulSetList |
AppsV1beta1Api.listNamespacedStatefulSet(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
V1beta1StatefulSetList |
AppsV1beta1Api.listStatefulSetForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
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,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
ApiResponse<V1beta1StatefulSetList> |
AppsV1beta1Api.listStatefulSetForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AppsV1beta1Api.listNamespacedStatefulSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1StatefulSetList> _callback)
(asynchronously) list or watch objects of kind StatefulSet
|
okhttp3.Call |
AppsV1beta1Api.listStatefulSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
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 |
V1beta1StatefulSetListBuilder.build() |
V1beta1StatefulSetList |
V1beta1StatefulSetList.items(List<V1beta1StatefulSet> items) |
V1beta1StatefulSetList |
V1beta1StatefulSetList.kind(String kind) |
V1beta1StatefulSetList |
V1beta1StatefulSetList.metadata(V1ListMeta metadata) |
| Constructor and Description |
|---|
V1beta1StatefulSetListBuilder(V1beta1StatefulSetList instance) |
V1beta1StatefulSetListBuilder(V1beta1StatefulSetList instance,
Boolean validationEnabled) |
V1beta1StatefulSetListBuilder(V1beta1StatefulSetListFluent<?> fluent,
V1beta1StatefulSetList instance) |
V1beta1StatefulSetListBuilder(V1beta1StatefulSetListFluent<?> fluent,
V1beta1StatefulSetList instance,
Boolean validationEnabled) |
V1beta1StatefulSetListFluentImpl(V1beta1StatefulSetList instance) |
Copyright © 2020. All rights reserved.