Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1JobList |
BatchV1Api.listJobForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
V1JobList |
BatchV1Api.listNamespacedJob(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 Job
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1JobList> |
BatchV1Api.listJobForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Job
|
ApiResponse<V1JobList> |
BatchV1Api.listNamespacedJobWithHttpInfo(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 Job
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BatchV1Api.listJobForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> _callback)
(asynchronously) list or watch objects of kind Job
|
okhttp3.Call |
BatchV1Api.listNamespacedJobAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1JobList> _callback)
(asynchronously) list or watch objects of kind Job
|
Modifier and Type | Method and Description |
---|---|
V1JobList |
V1JobList.addItemsItem(V1Job itemsItem) |
V1JobList |
V1JobList.apiVersion(String apiVersion) |
V1JobList |
V1JobListBuilder.build() |
V1JobList |
V1JobList.items(List<V1Job> items) |
V1JobList |
V1JobList.kind(String kind) |
V1JobList |
V1JobList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1JobListBuilder(V1JobList instance) |
V1JobListBuilder(V1JobList instance,
Boolean validationEnabled) |
V1JobListBuilder(V1JobListFluent<?> fluent,
V1JobList instance) |
V1JobListBuilder(V1JobListFluent<?> fluent,
V1JobList instance,
Boolean validationEnabled) |
V1JobListFluentImpl(V1JobList instance) |
Copyright © 2020. All rights reserved.