| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listNamespacedPodPreset(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 PodPreset
|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listPodPresetForAllNamespaces(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 PodPreset
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listNamespacedPodPresetWithHttpInfo(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 PodPreset
|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listPodPresetForAllNamespacesWithHttpInfo(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 PodPreset
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SettingsV1alpha1Api.listNamespacedPodPresetAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> _callback)
(asynchronously) list or watch objects of kind PodPreset
|
okhttp3.Call |
SettingsV1alpha1Api.listPodPresetForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> _callback)
(asynchronously) list or watch objects of kind PodPreset
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1PodPresetList |
V1alpha1PodPresetList.addItemsItem(V1alpha1PodPreset itemsItem) |
V1alpha1PodPresetList |
V1alpha1PodPresetList.apiVersion(String apiVersion) |
V1alpha1PodPresetList |
V1alpha1PodPresetListBuilder.build() |
V1alpha1PodPresetList |
V1alpha1PodPresetList.items(List<V1alpha1PodPreset> items) |
V1alpha1PodPresetList |
V1alpha1PodPresetList.kind(String kind) |
V1alpha1PodPresetList |
V1alpha1PodPresetList.metadata(V1ListMeta metadata) |
| Constructor and Description |
|---|
V1alpha1PodPresetListBuilder(V1alpha1PodPresetList instance) |
V1alpha1PodPresetListBuilder(V1alpha1PodPresetList instance,
Boolean validationEnabled) |
V1alpha1PodPresetListBuilder(V1alpha1PodPresetListFluent<?> fluent,
V1alpha1PodPresetList instance) |
V1alpha1PodPresetListBuilder(V1alpha1PodPresetListFluent<?> fluent,
V1alpha1PodPresetList instance,
Boolean validationEnabled) |
V1alpha1PodPresetListFluentImpl(V1alpha1PodPresetList instance) |
Copyright © 2021. All rights reserved.