| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta2StatefulSetList |
AppsV1beta2Api.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
|
V1beta2StatefulSetList |
AppsV1beta2Api.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<V1beta2StatefulSetList> |
AppsV1beta2Api.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<V1beta2StatefulSetList> |
AppsV1beta2Api.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 |
AppsV1beta2Api.listNamespacedStatefulSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta2StatefulSetList> _callback)
(asynchronously) list or watch objects of kind StatefulSet
|
okhttp3.Call |
AppsV1beta2Api.listStatefulSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta2StatefulSetList> _callback)
(asynchronously) list or watch objects of kind StatefulSet
|
| Modifier and Type | Method and Description |
|---|---|
V1beta2StatefulSetList |
V1beta2StatefulSetList.addItemsItem(V1beta2StatefulSet itemsItem) |
V1beta2StatefulSetList |
V1beta2StatefulSetList.apiVersion(String apiVersion) |
V1beta2StatefulSetList |
V1beta2StatefulSetListBuilder.build() |
V1beta2StatefulSetList |
V1beta2StatefulSetList.items(List<V1beta2StatefulSet> items) |
V1beta2StatefulSetList |
V1beta2StatefulSetList.kind(String kind) |
V1beta2StatefulSetList |
V1beta2StatefulSetList.metadata(V1ListMeta metadata) |
| Constructor and Description |
|---|
V1beta2StatefulSetListBuilder(V1beta2StatefulSetList instance) |
V1beta2StatefulSetListBuilder(V1beta2StatefulSetList instance,
Boolean validationEnabled) |
V1beta2StatefulSetListBuilder(V1beta2StatefulSetListFluent<?> fluent,
V1beta2StatefulSetList instance) |
V1beta2StatefulSetListBuilder(V1beta2StatefulSetListFluent<?> fluent,
V1beta2StatefulSetList instance,
Boolean validationEnabled) |
V1beta2StatefulSetListFluentImpl(V1beta2StatefulSetList instance) |
Copyright © 2020. All rights reserved.