Uses of Class
io.kubernetes.client.openapi.models.V1Job
Packages that use V1Job
-
Uses of V1Job in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1JobModifier and TypeMethodDescriptionBatchV1Api.createNamespacedJob
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a JobBatchV1Api.patchNamespacedJob
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified JobBatchV1Api.patchNamespacedJobStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified JobBatchV1Api.readNamespacedJob
(String name, String namespace, String pretty) read the specified JobBatchV1Api.readNamespacedJobStatus
(String name, String namespace, String pretty) read status of the specified JobBatchV1Api.replaceNamespacedJob
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified JobBatchV1Api.replaceNamespacedJobStatus
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified JobMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1JobModifier and TypeMethodDescriptionBatchV1Api.createNamespacedJobWithHttpInfo
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a JobBatchV1Api.patchNamespacedJobStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified JobBatchV1Api.patchNamespacedJobWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified JobBatchV1Api.readNamespacedJobStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified JobBatchV1Api.readNamespacedJobWithHttpInfo
(String name, String namespace, String pretty) read the specified JobBatchV1Api.replaceNamespacedJobStatusWithHttpInfo
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified JobBatchV1Api.replaceNamespacedJobWithHttpInfo
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified JobMethods in io.kubernetes.client.openapi.apis with parameters of type V1JobModifier and TypeMethodDescriptionBatchV1Api.createNamespacedJob
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a Jobokhttp3.Call
BatchV1Api.createNamespacedJobAsync
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) create a Jobokhttp3.Call
BatchV1Api.createNamespacedJobCall
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedJobBatchV1Api.createNamespacedJobWithHttpInfo
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a JobBatchV1Api.replaceNamespacedJob
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobAsync
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) replace the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobCall
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedJobBatchV1Api.replaceNamespacedJobStatus
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobStatusAsync
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) replace status of the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobStatusCall
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedJobStatusBatchV1Api.replaceNamespacedJobStatusWithHttpInfo
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified JobBatchV1Api.replaceNamespacedJobWithHttpInfo
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified JobMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1JobModifier and TypeMethodDescriptionokhttp3.Call
BatchV1Api.createNamespacedJobAsync
(String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) create a Jobokhttp3.Call
BatchV1Api.patchNamespacedJobAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Job> _callback) (asynchronously) partially update the specified Jobokhttp3.Call
BatchV1Api.patchNamespacedJobStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1Job> _callback) (asynchronously) partially update status of the specified Jobokhttp3.Call
BatchV1Api.readNamespacedJobAsync
(String name, String namespace, String pretty, ApiCallback<V1Job> _callback) (asynchronously) read the specified Jobokhttp3.Call
BatchV1Api.readNamespacedJobStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1Job> _callback) (asynchronously) read status of the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobAsync
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) replace the specified Jobokhttp3.Call
BatchV1Api.replaceNamespacedJobStatusAsync
(String name, String namespace, V1Job body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1Job> _callback) (asynchronously) replace status of the specified Job -
Uses of V1Job in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1JobModifier and TypeMethodDescriptionV1Job.apiVersion
(String apiVersion) V1Job.metadata
(V1ObjectMeta metadata) V1Job.status
(V1JobStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1JobMethods in io.kubernetes.client.openapi.models with parameters of type V1JobMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Job