Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listNamespacedPodPreset(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 PodPreset
|
V1alpha1PodPresetList |
SettingsV1alpha1Api.listPodPresetForAllNamespaces(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
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,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
ApiResponse<V1alpha1PodPresetList> |
SettingsV1alpha1Api.listPodPresetForAllNamespacesWithHttpInfo(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodPreset
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.listNamespacedPodPresetAsync(String namespace,
String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1PodPresetList> callback)
(asynchronously)
list or watch objects of kind PodPreset
|
com.squareup.okhttp.Call |
SettingsV1alpha1Api.listPodPresetForAllNamespacesAsync(String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
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 |
V1alpha1PodPresetList.items(List<V1alpha1PodPreset> items) |
V1alpha1PodPresetList |
V1alpha1PodPresetList.kind(String kind) |
V1alpha1PodPresetList |
V1alpha1PodPresetList.metadata(V1ListMeta metadata) |
Copyright © 2018. All rights reserved.