Interface V1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1CronJobFluent.SpecNested<N>
All Known Implementing Classes:
V1CronJobSpecBuilder, V1CronJobSpecFluentImpl

public interface V1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getConcurrencyPolicy

      String getConcurrencyPolicy()
    • withConcurrencyPolicy

      A withConcurrencyPolicy(String concurrencyPolicy)
    • hasConcurrencyPolicy

      Boolean hasConcurrencyPolicy()
    • getFailedJobsHistoryLimit

      Integer getFailedJobsHistoryLimit()
    • withFailedJobsHistoryLimit

      A withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit)
    • hasFailedJobsHistoryLimit

      Boolean hasFailedJobsHistoryLimit()
    • getJobTemplate

      @Deprecated io.kubernetes.client.openapi.models.V1JobTemplateSpec getJobTemplate()
      Deprecated.
      This method has been deprecated, please use method buildJobTemplate instead.
      Returns:
      The buildable object.
    • buildJobTemplate

      io.kubernetes.client.openapi.models.V1JobTemplateSpec buildJobTemplate()
    • withJobTemplate

      A withJobTemplate(io.kubernetes.client.openapi.models.V1JobTemplateSpec jobTemplate)
    • hasJobTemplate

      Boolean hasJobTemplate()
    • withNewJobTemplate

    • withNewJobTemplateLike

      V1CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item)
    • editJobTemplate

    • editOrNewJobTemplate

      V1CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplate()
    • editOrNewJobTemplateLike

      V1CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item)
    • getSchedule

      String getSchedule()
    • withSchedule

      A withSchedule(String schedule)
    • hasSchedule

      Boolean hasSchedule()
    • getStartingDeadlineSeconds

      Long getStartingDeadlineSeconds()
    • withStartingDeadlineSeconds

      A withStartingDeadlineSeconds(Long startingDeadlineSeconds)
    • hasStartingDeadlineSeconds

      Boolean hasStartingDeadlineSeconds()
    • getSuccessfulJobsHistoryLimit

      Integer getSuccessfulJobsHistoryLimit()
    • withSuccessfulJobsHistoryLimit

      A withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit)
    • hasSuccessfulJobsHistoryLimit

      Boolean hasSuccessfulJobsHistoryLimit()
    • getSuspend

      Boolean getSuspend()
    • withSuspend

      A withSuspend(Boolean suspend)
    • hasSuspend

      Boolean hasSuspend()
    • getTimeZone

      String getTimeZone()
    • withTimeZone

      A withTimeZone(String timeZone)
    • hasTimeZone

      Boolean hasTimeZone()
    • withSuspend

      A withSuspend()