Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1CronJobList |
BatchV1Api.listCronJobForAllNamespaces(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 CronJob
|
V1CronJobList |
BatchV1Api.listNamespacedCronJob(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 CronJob
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1CronJobList> |
BatchV1Api.listCronJobForAllNamespacesWithHttpInfo(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 CronJob
|
ApiResponse<V1CronJobList> |
BatchV1Api.listNamespacedCronJobWithHttpInfo(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 CronJob
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BatchV1Api.listCronJobForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV1Api.listNamespacedCronJobAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
Modifier and Type | Method and Description |
---|---|
V1CronJobList |
V1CronJobList.addItemsItem(V1CronJob itemsItem) |
V1CronJobList |
V1CronJobList.apiVersion(String apiVersion) |
V1CronJobList |
V1CronJobList.items(List<V1CronJob> items) |
V1CronJobList |
V1CronJobList.kind(String kind) |
V1CronJobList |
V1CronJobList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.