Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1DaemonSetList |
AppsV1Api.listDaemonSetForAllNamespaces(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 DaemonSet
|
V1DaemonSetList |
AppsV1Api.listNamespacedDaemonSet(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 DaemonSet
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1DaemonSetList> |
AppsV1Api.listDaemonSetForAllNamespacesWithHttpInfo(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 DaemonSet
|
ApiResponse<V1DaemonSetList> |
AppsV1Api.listNamespacedDaemonSetWithHttpInfo(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 DaemonSet
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AppsV1Api.listDaemonSetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DaemonSetList> _callback)
(asynchronously) list or watch objects of kind DaemonSet
|
okhttp3.Call |
AppsV1Api.listNamespacedDaemonSetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1DaemonSetList> _callback)
(asynchronously) list or watch objects of kind DaemonSet
|
Modifier and Type | Method and Description |
---|---|
V1DaemonSetList |
V1DaemonSetList.addItemsItem(V1DaemonSet itemsItem) |
V1DaemonSetList |
V1DaemonSetList.apiVersion(String apiVersion) |
V1DaemonSetList |
V1DaemonSetList.items(List<V1DaemonSet> items) |
V1DaemonSetList |
V1DaemonSetList.kind(String kind) |
V1DaemonSetList |
V1DaemonSetList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.