Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1PodTemplateList |
CoreV1Api.listNamespacedPodTemplate(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
V1PodTemplateList |
CoreV1Api.listPodTemplateForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1PodTemplateList> |
CoreV1Api.listNamespacedPodTemplateWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
ApiResponse<V1PodTemplateList> |
CoreV1Api.listPodTemplateForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind PodTemplate
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listNamespacedPodTemplateAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodTemplateList> _callback)
(asynchronously) list or watch objects of kind PodTemplate
|
okhttp3.Call |
CoreV1Api.listPodTemplateForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1PodTemplateList> _callback)
(asynchronously) list or watch objects of kind PodTemplate
|
Modifier and Type | Method and Description |
---|---|
V1PodTemplateList |
V1PodTemplateList.addItemsItem(V1PodTemplate itemsItem) |
V1PodTemplateList |
V1PodTemplateList.apiVersion(String apiVersion) |
V1PodTemplateList |
V1PodTemplateListBuilder.build() |
V1PodTemplateList |
V1PodTemplateList.items(List<V1PodTemplate> items) |
V1PodTemplateList |
V1PodTemplateList.kind(String kind) |
V1PodTemplateList |
V1PodTemplateList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1PodTemplateListBuilder(V1PodTemplateList instance) |
V1PodTemplateListBuilder(V1PodTemplateList instance,
Boolean validationEnabled) |
V1PodTemplateListBuilder(V1PodTemplateListFluent<?> fluent,
V1PodTemplateList instance) |
V1PodTemplateListBuilder(V1PodTemplateListFluent<?> fluent,
V1PodTemplateList instance,
Boolean validationEnabled) |
V1PodTemplateListFluentImpl(V1PodTemplateList instance) |
Copyright © 2020. All rights reserved.