Class CronJobFluentImpl.SpecNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.batch.CronJobSpecFluentImpl<CronJobFluent.SpecNested<N>>
-
- io.fabric8.kubernetes.api.model.batch.CronJobFluentImpl.SpecNestedImpl<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<CronJobFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,io.fabric8.kubernetes.api.builder.Visitable<CronJobFluent.SpecNested<N>>,CronJobFluent.SpecNested<N>,CronJobSpecFluent<CronJobFluent.SpecNested<N>>
- Enclosing class:
- CronJobFluentImpl<A extends CronJobFluent<A>>
public class CronJobFluentImpl.SpecNestedImpl<N> extends CronJobSpecFluentImpl<CronJobFluent.SpecNested<N>> implements CronJobFluent.SpecNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
-
-
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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from class io.fabric8.kubernetes.api.model.batch.CronJobSpecFluentImpl
buildJobTemplate, editJobTemplate, editOrNewJobTemplate, editOrNewJobTemplateLike, equals, getConcurrencyPolicy, getFailedJobsHistoryLimit, getJobTemplate, getSchedule, getStartingDeadlineSeconds, getSuccessfulJobsHistoryLimit, hasConcurrencyPolicy, hasFailedJobsHistoryLimit, hashCode, hasJobTemplate, hasSchedule, hasStartingDeadlineSeconds, hasSuccessfulJobsHistoryLimit, hasSuspend, isSuspend, withConcurrencyPolicy, withFailedJobsHistoryLimit, withJobTemplate, withNewConcurrencyPolicy, withNewConcurrencyPolicy, withNewConcurrencyPolicy, withNewJobTemplate, withNewJobTemplateLike, withNewSchedule, withNewSchedule, withNewSchedule, withNewSuspend, withNewSuspend, withSchedule, withStartingDeadlineSeconds, withSuccessfulJobsHistoryLimit, withSuspend
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.batch.CronJobSpecFluent
buildJobTemplate, editJobTemplate, editOrNewJobTemplate, editOrNewJobTemplateLike, getConcurrencyPolicy, getFailedJobsHistoryLimit, getJobTemplate, getSchedule, getStartingDeadlineSeconds, getSuccessfulJobsHistoryLimit, hasConcurrencyPolicy, hasFailedJobsHistoryLimit, hasJobTemplate, hasSchedule, hasStartingDeadlineSeconds, hasSuccessfulJobsHistoryLimit, hasSuspend, isSuspend, withConcurrencyPolicy, withFailedJobsHistoryLimit, withJobTemplate, withNewConcurrencyPolicy, withNewConcurrencyPolicy, withNewConcurrencyPolicy, withNewJobTemplate, withNewJobTemplateLike, withNewSchedule, withNewSchedule, withNewSchedule, withNewSuspend, withNewSuspend, withSchedule, withStartingDeadlineSeconds, withSuccessfulJobsHistoryLimit, withSuspend
-
-
-
-
Method Detail
-
and
public N and()
- Specified by:
andin interfaceCronJobFluent.SpecNested<N>- Specified by:
andin interfaceio.fabric8.kubernetes.api.builder.Nested<N>
-
endSpec
public N endSpec()
- Specified by:
endSpecin interfaceCronJobFluent.SpecNested<N>
-
-