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,
String resourceVersionMatch,
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,
String resourceVersionMatch,
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,
String resourceVersionMatch,
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,
String resourceVersionMatch,
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,
String resourceVersionMatch,
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,
String resourceVersionMatch,
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 |
V1StatefulSetList.items(List<V1StatefulSet> items) |
V1StatefulSetList |
V1StatefulSetList.kind(String kind) |
V1StatefulSetList |
V1StatefulSetList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.