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