Interface V1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1CronJobFluent.SpecNested<N>
- All Known Implementing Classes:
V1CronJobSpecBuilder,V1CronJobSpecFluentImpl
Generated
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1JobTemplateSpeceditOrNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) io.kubernetes.client.openapi.models.V1JobTemplateSpecDeprecated.withConcurrencyPolicy(String concurrencyPolicy) withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit) withJobTemplate(io.kubernetes.client.openapi.models.V1JobTemplateSpec jobTemplate) withNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) withSchedule(String schedule) withStartingDeadlineSeconds(Long startingDeadlineSeconds) withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit) withSuspend(Boolean suspend) withTimeZone(String timeZone)
-
Method Details
-
getConcurrencyPolicy
String getConcurrencyPolicy() -
withConcurrencyPolicy
-
hasConcurrencyPolicy
Boolean hasConcurrencyPolicy() -
getFailedJobsHistoryLimit
Integer getFailedJobsHistoryLimit() -
withFailedJobsHistoryLimit
-
hasFailedJobsHistoryLimit
Boolean hasFailedJobsHistoryLimit() -
getJobTemplate
Deprecated.This method has been deprecated, please use method buildJobTemplate instead.- Returns:
- The buildable object.
-
buildJobTemplate
io.kubernetes.client.openapi.models.V1JobTemplateSpec buildJobTemplate() -
withJobTemplate
-
hasJobTemplate
Boolean hasJobTemplate() -
withNewJobTemplate
V1CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplate() -
withNewJobTemplateLike
V1CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) -
editJobTemplate
V1CronJobSpecFluent.JobTemplateNested<A> editJobTemplate() -
editOrNewJobTemplate
V1CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplate() -
editOrNewJobTemplateLike
V1CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) -
getSchedule
String getSchedule() -
withSchedule
-
hasSchedule
Boolean hasSchedule() -
getStartingDeadlineSeconds
Long getStartingDeadlineSeconds() -
withStartingDeadlineSeconds
-
hasStartingDeadlineSeconds
Boolean hasStartingDeadlineSeconds() -
getSuccessfulJobsHistoryLimit
Integer getSuccessfulJobsHistoryLimit() -
withSuccessfulJobsHistoryLimit
-
hasSuccessfulJobsHistoryLimit
Boolean hasSuccessfulJobsHistoryLimit() -
getSuspend
Boolean getSuspend() -
withSuspend
-
hasSuspend
Boolean hasSuspend() -
getTimeZone
String getTimeZone() -
withTimeZone
-
hasTimeZone
Boolean hasTimeZone() -
withSuspend
A withSuspend()
-