Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta2StatefulSetList |
AppsV1beta2Api.listNamespacedStatefulSet(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
V1beta2StatefulSetList |
AppsV1beta2Api.listStatefulSetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind StatefulSet
|
ApiResponse<V1beta2StatefulSetList> |
AppsV1beta2Api.listStatefulSetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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 |
---|---|
com.squareup.okhttp.Call |
AppsV1beta2Api.listNamespacedStatefulSetAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta2StatefulSetList> callback)
(asynchronously)
list or watch objects of kind StatefulSet
|
com.squareup.okhttp.Call |
AppsV1beta2Api.listStatefulSetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
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 |
V1beta2StatefulSetList.items(List<V1beta2StatefulSet> items) |
V1beta2StatefulSetList |
V1beta2StatefulSetList.kind(String kind) |
V1beta2StatefulSetList |
V1beta2StatefulSetList.metadata(V1ListMeta metadata) |
Copyright © 2017. All rights reserved.