Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJobList |
BatchV2alpha1Api.listCronJobForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
V2alpha1CronJobList |
BatchV2alpha1Api.listNamespacedCronJob(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 CronJob
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listCronJobForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CronJob
|
ApiResponse<V2alpha1CronJobList> |
BatchV2alpha1Api.listNamespacedCronJobWithHttpInfo(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 CronJob
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BatchV2alpha1Api.listCronJobForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
okhttp3.Call |
BatchV2alpha1Api.listNamespacedCronJobAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V2alpha1CronJobList> _callback)
(asynchronously) list or watch objects of kind CronJob
|
Modifier and Type | Method and Description |
---|---|
V2alpha1CronJobList |
V2alpha1CronJobList.addItemsItem(V2alpha1CronJob itemsItem) |
V2alpha1CronJobList |
V2alpha1CronJobList.apiVersion(String apiVersion) |
V2alpha1CronJobList |
V2alpha1CronJobListBuilder.build() |
V2alpha1CronJobList |
V2alpha1CronJobList.items(List<V2alpha1CronJob> items) |
V2alpha1CronJobList |
V2alpha1CronJobList.kind(String kind) |
V2alpha1CronJobList |
V2alpha1CronJobList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V2alpha1CronJobListBuilder(V2alpha1CronJobList instance) |
V2alpha1CronJobListBuilder(V2alpha1CronJobList instance,
Boolean validationEnabled) |
V2alpha1CronJobListBuilder(V2alpha1CronJobListFluent<?> fluent,
V2alpha1CronJobList instance) |
V2alpha1CronJobListBuilder(V2alpha1CronJobListFluent<?> fluent,
V2alpha1CronJobList instance,
Boolean validationEnabled) |
V2alpha1CronJobListFluentImpl(V2alpha1CronJobList instance) |
Copyright © 2020. All rights reserved.