Uses of Class
io.kubernetes.client.openapi.models.V1CronJobList
Packages that use V1CronJobList
-
Uses of V1CronJobList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1CronJobListModifier and TypeMethodDescriptionBatchV1Api.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 CronJobBatchV1Api.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 CronJobMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CronJobListModifier and TypeMethodDescriptionBatchV1Api.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 CronJobBatchV1Api.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 CronJobMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CronJobListModifier and TypeMethodDescriptionokhttp3.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 CronJobokhttp3.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 -
Uses of V1CronJobList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CronJobListModifier and TypeMethodDescriptionV1CronJobList.addItemsItem
(V1CronJob itemsItem) V1CronJobList.apiVersion
(String apiVersion) V1CronJobList.metadata
(V1ListMeta metadata)