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.APIcreateNamespacedJobRequest.execute()
Execute createNamespacedJob requestBatchV1Api.APIpatchNamespacedJobRequest.execute()
Execute patchNamespacedJob requestBatchV1Api.APIpatchNamespacedJobStatusRequest.execute()
Execute patchNamespacedJobStatus requestBatchV1Api.APIreadNamespacedJobRequest.execute()
Execute readNamespacedJob requestBatchV1Api.APIreadNamespacedJobStatusRequest.execute()
Execute readNamespacedJobStatus requestBatchV1Api.APIreplaceNamespacedJobRequest.execute()
Execute replaceNamespacedJob requestBatchV1Api.APIreplaceNamespacedJobStatusRequest.execute()
Execute replaceNamespacedJobStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1JobModifier and TypeMethodDescriptionBatchV1Api.APIcreateNamespacedJobRequest.executeWithHttpInfo()
Execute createNamespacedJob request with HTTP info returnedBatchV1Api.APIpatchNamespacedJobRequest.executeWithHttpInfo()
Execute patchNamespacedJob request with HTTP info returnedBatchV1Api.APIpatchNamespacedJobStatusRequest.executeWithHttpInfo()
Execute patchNamespacedJobStatus request with HTTP info returnedBatchV1Api.APIreadNamespacedJobRequest.executeWithHttpInfo()
Execute readNamespacedJob request with HTTP info returnedBatchV1Api.APIreadNamespacedJobStatusRequest.executeWithHttpInfo()
Execute readNamespacedJobStatus request with HTTP info returnedBatchV1Api.APIreplaceNamespacedJobRequest.executeWithHttpInfo()
Execute replaceNamespacedJob request with HTTP info returnedBatchV1Api.APIreplaceNamespacedJobStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedJobStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1JobModifier and TypeMethodDescriptionBatchV1Api.createNamespacedJob
(String namespace, V1Job body) create a JobBatchV1Api.replaceNamespacedJob
(String name, String namespace, V1Job body) replace the specified JobBatchV1Api.replaceNamespacedJobStatus
(String name, String namespace, V1Job body) replace status of the specified JobMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1JobModifier and TypeMethodDescriptionokhttp3.Call
BatchV1Api.APIcreateNamespacedJobRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute createNamespacedJob request (asynchronously)okhttp3.Call
BatchV1Api.APIpatchNamespacedJobRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute patchNamespacedJob request (asynchronously)okhttp3.Call
BatchV1Api.APIpatchNamespacedJobStatusRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute patchNamespacedJobStatus request (asynchronously)okhttp3.Call
BatchV1Api.APIreadNamespacedJobRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute readNamespacedJob request (asynchronously)okhttp3.Call
BatchV1Api.APIreadNamespacedJobStatusRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute readNamespacedJobStatus request (asynchronously)okhttp3.Call
BatchV1Api.APIreplaceNamespacedJobRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute replaceNamespacedJob request (asynchronously)okhttp3.Call
BatchV1Api.APIreplaceNamespacedJobStatusRequest.executeAsync
(ApiCallback<V1Job> _callback) Execute replaceNamespacedJobStatus request (asynchronously) -
Uses of V1Job in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1JobModifier and TypeMethodDescriptionV1Job.apiVersion
(String apiVersion) static V1Job
Create an instance of V1Job given an JSON stringV1Job.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