Interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CronJobFluent.SpecNested<N>
- All Known Implementing Classes:
CronJobFluentImpl.SpecNestedImpl,CronJobSpecBuilder,CronJobSpecFluentImpl,DoneableCronJobSpec
public interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCronJobSpecFluent.JobTemplateNested<N> -
Method Summary
-
Method Details
-
getConcurrencyPolicy
String getConcurrencyPolicy() -
withConcurrencyPolicy
-
hasConcurrencyPolicy
Boolean hasConcurrencyPolicy() -
withNewConcurrencyPolicy
-
withNewConcurrencyPolicy
-
withNewConcurrencyPolicy
-
getFailedJobsHistoryLimit
Integer getFailedJobsHistoryLimit() -
withFailedJobsHistoryLimit
-
hasFailedJobsHistoryLimit
Boolean hasFailedJobsHistoryLimit() -
withNewFailedJobsHistoryLimit
-
withNewFailedJobsHistoryLimit
-
getJobTemplate
Deprecated.This method has been deprecated, please use method buildJobTemplate instead.- Returns:
- The buildable object.
-
buildJobTemplate
JobTemplateSpec buildJobTemplate() -
withJobTemplate
-
hasJobTemplate
Boolean hasJobTemplate() -
withNewJobTemplate
CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplate() -
withNewJobTemplateLike
-
editJobTemplate
CronJobSpecFluent.JobTemplateNested<A> editJobTemplate() -
editOrNewJobTemplate
CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplate() -
editOrNewJobTemplateLike
-
getSchedule
String getSchedule() -
withSchedule
-
hasSchedule
Boolean hasSchedule() -
withNewSchedule
-
withNewSchedule
-
withNewSchedule
-
getStartingDeadlineSeconds
Long getStartingDeadlineSeconds() -
withStartingDeadlineSeconds
-
hasStartingDeadlineSeconds
Boolean hasStartingDeadlineSeconds() -
getSuccessfulJobsHistoryLimit
Integer getSuccessfulJobsHistoryLimit() -
withSuccessfulJobsHistoryLimit
-
hasSuccessfulJobsHistoryLimit
Boolean hasSuccessfulJobsHistoryLimit() -
withNewSuccessfulJobsHistoryLimit
-
withNewSuccessfulJobsHistoryLimit
-
isSuspend
Boolean isSuspend() -
withSuspend
-
hasSuspend
Boolean hasSuspend() -
withNewSuspend
-
withNewSuspend
-