public class CronJobSpecFluentImpl<A extends CronJobSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CronJobSpecFluent<A>
CronJobSpecFluent.JobTemplateNested<N>| Constructor and Description |
|---|
CronJobSpecFluentImpl() |
CronJobSpecFluentImpl(CronJobSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public String getTimeZone()
getTimeZone in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A withTimeZone(String timeZone)
withTimeZone in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasTimeZone()
hasTimeZone in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CronJobSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CronJobSpecFluent<A>>public A withSuspend()
withSuspend in interface CronJobSpecFluent<A extends CronJobSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.