Class DoneableCronJobSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.batch.CronJobSpecFluentImpl<DoneableCronJobSpec>
io.fabric8.kubernetes.api.model.batch.DoneableCronJobSpec
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableCronJobSpec>,io.fabric8.kubernetes.api.builder.Visitable<DoneableCronJobSpec>,CronJobSpecFluent<DoneableCronJobSpec>,io.fabric8.kubernetes.api.model.Doneable<CronJobSpec>
public class DoneableCronJobSpec extends CronJobSpecFluentImpl<DoneableCronJobSpec> implements io.fabric8.kubernetes.api.model.Doneable<CronJobSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.batch.CronJobSpecFluentImpl
CronJobSpecFluentImpl.JobTemplateNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.batch.CronJobSpecFluent
CronJobSpecFluent.JobTemplateNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCronJobSpec(io.fabric8.kubernetes.api.builder.Function<CronJobSpec,CronJobSpec> function)DoneableCronJobSpec(CronJobSpec item)DoneableCronJobSpec(CronJobSpec item, io.fabric8.kubernetes.api.builder.Function<CronJobSpec,CronJobSpec> function) -
Method Summary
Modifier and Type Method Description CronJobSpecdone()Methods inherited from class io.fabric8.kubernetes.api.model.batch.CronJobSpecFluentImpl
buildJobTemplate, editJobTemplate, editOrNewJobTemplate, editOrNewJobTemplateLike, equals, getConcurrencyPolicy, getFailedJobsHistoryLimit, getJobTemplate, getSchedule, getStartingDeadlineSeconds, getSuccessfulJobsHistoryLimit, hasConcurrencyPolicy, hasFailedJobsHistoryLimit, hasJobTemplate, hasSchedule, hasStartingDeadlineSeconds, hasSuccessfulJobsHistoryLimit, hasSuspend, isSuspend, withConcurrencyPolicy, withFailedJobsHistoryLimit, withJobTemplate, withNewConcurrencyPolicy, withNewConcurrencyPolicy, withNewConcurrencyPolicy, withNewFailedJobsHistoryLimit, withNewFailedJobsHistoryLimit, withNewJobTemplate, withNewJobTemplateLike, withNewSchedule, withNewSchedule, withNewSchedule, withNewSuccessfulJobsHistoryLimit, withNewSuccessfulJobsHistoryLimit, withNewSuspend, withNewSuspend, withSchedule, withStartingDeadlineSeconds, withSuccessfulJobsHistoryLimit, withSuspend
-
Constructor Details
-
DoneableCronJobSpec
public DoneableCronJobSpec(io.fabric8.kubernetes.api.builder.Function<CronJobSpec,CronJobSpec> function) -
DoneableCronJobSpec
public DoneableCronJobSpec(CronJobSpec item, io.fabric8.kubernetes.api.builder.Function<CronJobSpec,CronJobSpec> function) -
DoneableCronJobSpec
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<CronJobSpec>
-