Uses of Class
io.kubernetes.client.openapi.models.V1JobList
Packages that use V1JobList
-
Uses of V1JobList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1JobListModifier and TypeMethodDescriptionBatchV1Api.listJobForAllNamespaces
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind JobBatchV1Api.listNamespacedJob
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind JobMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1JobListModifier and TypeMethodDescriptionBatchV1Api.listJobForAllNamespacesWithHttpInfo
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind JobBatchV1Api.listNamespacedJobWithHttpInfo
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind JobMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1JobListModifier and TypeMethodDescriptionokhttp3.Call
BatchV1Api.listJobForAllNamespacesAsync
(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1JobList> _callback) (asynchronously) list or watch objects of kind Jobokhttp3.Call
BatchV1Api.listNamespacedJobAsync
(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1JobList> _callback) (asynchronously) list or watch objects of kind Job -
Uses of V1JobList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1JobList