public class CronJobSpecFluentImpl<A extends CronJobSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CronJobSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CronJobSpecFluentImpl.JobTemplateNestedImpl<N> |
CronJobSpecFluent.JobTemplateNested<N>| Constructor and Description |
|---|
CronJobSpecFluentImpl() |
CronJobSpecFluentImpl(CronJobSpec instance) |
public CronJobSpecFluentImpl()
public CronJobSpecFluentImpl(CronJobSpec instance)
public String getConcurrencyPolicy()
getConcurrencyPolicy in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withConcurrencyPolicy(String concurrencyPolicy)
withConcurrencyPolicy in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasConcurrencyPolicy()
hasConcurrencyPolicy in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>@Deprecated public A withNewConcurrencyPolicy(String arg0)
withNewConcurrencyPolicy in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Integer getFailedJobsHistoryLimit()
getFailedJobsHistoryLimit in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit)
withFailedJobsHistoryLimit in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasFailedJobsHistoryLimit()
hasFailedJobsHistoryLimit in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>@Deprecated public JobTemplateSpec getJobTemplate()
getJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public JobTemplateSpec buildJobTemplate()
buildJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withJobTemplate(JobTemplateSpec jobTemplate)
withJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasJobTemplate()
hasJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplate()
withNewJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplateLike(JobTemplateSpec item)
withNewJobTemplateLike in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public CronJobSpecFluent.JobTemplateNested<A> editJobTemplate()
editJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplate()
editOrNewJobTemplate in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplateLike(JobTemplateSpec item)
editOrNewJobTemplateLike in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public String getSchedule()
getSchedule in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withSchedule(String schedule)
withSchedule in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasSchedule()
hasSchedule in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>@Deprecated public A withNewSchedule(String arg0)
withNewSchedule in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Long getStartingDeadlineSeconds()
getStartingDeadlineSeconds in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withStartingDeadlineSeconds(Long startingDeadlineSeconds)
withStartingDeadlineSeconds in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasStartingDeadlineSeconds()
hasStartingDeadlineSeconds in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Integer getSuccessfulJobsHistoryLimit()
getSuccessfulJobsHistoryLimit in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit)
withSuccessfulJobsHistoryLimit in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasSuccessfulJobsHistoryLimit()
hasSuccessfulJobsHistoryLimit in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean getSuspend()
getSuspend in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withSuspend(Boolean suspend)
withSuspend in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasSuspend()
hasSuspend in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.