Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1PodList |
CoreV1Api.listNamespacedPod(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 Pod
|
V1PodList |
CoreV1Api.listPodForAllNamespaces(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 Pod
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1PodList> |
CoreV1Api.listNamespacedPodWithHttpInfo(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 Pod
|
ApiResponse<V1PodList> |
CoreV1Api.listPodForAllNamespacesWithHttpInfo(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 Pod
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listNamespacedPodAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodList> _callback)
(asynchronously) list or watch objects of kind Pod
|
okhttp3.Call |
CoreV1Api.listPodForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodList> _callback)
(asynchronously) list or watch objects of kind Pod
|
Modifier and Type | Method and Description |
---|---|
V1PodList |
V1PodList.addItemsItem(V1Pod itemsItem) |
V1PodList |
V1PodList.apiVersion(String apiVersion) |
V1PodList |
V1PodListBuilder.build() |
V1PodList |
V1PodList.items(List<V1Pod> items) |
V1PodList |
V1PodList.kind(String kind) |
V1PodList |
V1PodList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1PodListBuilder(V1PodList instance) |
V1PodListBuilder(V1PodList instance,
Boolean validationEnabled) |
V1PodListBuilder(V1PodListFluent<?> fluent,
V1PodList instance) |
V1PodListBuilder(V1PodListFluent<?> fluent,
V1PodList instance,
Boolean validationEnabled) |
V1PodListFluentImpl(V1PodList instance) |
Copyright © 2021. All rights reserved.