Uses of Class
io.kubernetes.client.openapi.models.V1CronJob
Packages that use V1CronJob
-
Uses of V1CronJob in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1CronJobModifier and TypeMethodDescriptionBatchV1Api.APIcreateNamespacedCronJobRequest.execute()
Execute createNamespacedCronJob requestBatchV1Api.APIpatchNamespacedCronJobRequest.execute()
Execute patchNamespacedCronJob requestBatchV1Api.APIpatchNamespacedCronJobStatusRequest.execute()
Execute patchNamespacedCronJobStatus requestBatchV1Api.APIreadNamespacedCronJobRequest.execute()
Execute readNamespacedCronJob requestBatchV1Api.APIreadNamespacedCronJobStatusRequest.execute()
Execute readNamespacedCronJobStatus requestBatchV1Api.APIreplaceNamespacedCronJobRequest.execute()
Execute replaceNamespacedCronJob requestBatchV1Api.APIreplaceNamespacedCronJobStatusRequest.execute()
Execute replaceNamespacedCronJobStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1CronJobModifier and TypeMethodDescriptionBatchV1Api.APIcreateNamespacedCronJobRequest.executeWithHttpInfo()
Execute createNamespacedCronJob request with HTTP info returnedBatchV1Api.APIpatchNamespacedCronJobRequest.executeWithHttpInfo()
Execute patchNamespacedCronJob request with HTTP info returnedBatchV1Api.APIpatchNamespacedCronJobStatusRequest.executeWithHttpInfo()
Execute patchNamespacedCronJobStatus request with HTTP info returnedBatchV1Api.APIreadNamespacedCronJobRequest.executeWithHttpInfo()
Execute readNamespacedCronJob request with HTTP info returnedBatchV1Api.APIreadNamespacedCronJobStatusRequest.executeWithHttpInfo()
Execute readNamespacedCronJobStatus request with HTTP info returnedBatchV1Api.APIreplaceNamespacedCronJobRequest.executeWithHttpInfo()
Execute replaceNamespacedCronJob request with HTTP info returnedBatchV1Api.APIreplaceNamespacedCronJobStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedCronJobStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1CronJobModifier and TypeMethodDescriptionBatchV1Api.createNamespacedCronJob
(String namespace, V1CronJob body) create a CronJobBatchV1Api.replaceNamespacedCronJob
(String name, String namespace, V1CronJob body) replace the specified CronJobBatchV1Api.replaceNamespacedCronJobStatus
(String name, String namespace, V1CronJob body) replace status of the specified CronJobMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1CronJobModifier and TypeMethodDescriptionokhttp3.Call
BatchV1Api.APIcreateNamespacedCronJobRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute createNamespacedCronJob request (asynchronously)okhttp3.Call
BatchV1Api.APIpatchNamespacedCronJobRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute patchNamespacedCronJob request (asynchronously)okhttp3.Call
BatchV1Api.APIpatchNamespacedCronJobStatusRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute patchNamespacedCronJobStatus request (asynchronously)okhttp3.Call
BatchV1Api.APIreadNamespacedCronJobRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute readNamespacedCronJob request (asynchronously)okhttp3.Call
BatchV1Api.APIreadNamespacedCronJobStatusRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute readNamespacedCronJobStatus request (asynchronously)okhttp3.Call
BatchV1Api.APIreplaceNamespacedCronJobRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute replaceNamespacedCronJob request (asynchronously)okhttp3.Call
BatchV1Api.APIreplaceNamespacedCronJobStatusRequest.executeAsync
(ApiCallback<V1CronJob> _callback) Execute replaceNamespacedCronJobStatus request (asynchronously) -
Uses of V1CronJob in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CronJobModifier and TypeMethodDescriptionV1CronJob.apiVersion
(String apiVersion) static V1CronJob
Create an instance of V1CronJob given an JSON stringV1CronJob.metadata
(V1ObjectMeta metadata) V1CronJob.spec
(V1CronJobSpec spec) V1CronJob.status
(V1CronJobStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1CronJobMethods in io.kubernetes.client.openapi.models with parameters of type V1CronJobMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1CronJob