All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1CronJobSpecFluent Maven / Gradle / Ivy

package io.kubernetes.client.openapi.models;

import java.lang.Integer;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Long;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1CronJobSpecFluent> extends Fluent{
  public String getConcurrencyPolicy();
  public A withConcurrencyPolicy(String concurrencyPolicy);
  public Boolean hasConcurrencyPolicy();
  public Integer getFailedJobsHistoryLimit();
  public A withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit);
  public Boolean hasFailedJobsHistoryLimit();
  
  /**
   * This method has been deprecated, please use method buildJobTemplate instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1JobTemplateSpec getJobTemplate();
  public V1JobTemplateSpec buildJobTemplate();
  public A withJobTemplate(V1JobTemplateSpec jobTemplate);
  public Boolean hasJobTemplate();
  public V1CronJobSpecFluent.JobTemplateNested withNewJobTemplate();
  public V1CronJobSpecFluent.JobTemplateNested withNewJobTemplateLike(V1JobTemplateSpec item);
  public V1CronJobSpecFluent.JobTemplateNested editJobTemplate();
  public V1CronJobSpecFluent.JobTemplateNested editOrNewJobTemplate();
  public V1CronJobSpecFluent.JobTemplateNested editOrNewJobTemplateLike(V1JobTemplateSpec item);
  public String getSchedule();
  public A withSchedule(String schedule);
  public Boolean hasSchedule();
  public Long getStartingDeadlineSeconds();
  public A withStartingDeadlineSeconds(Long startingDeadlineSeconds);
  public Boolean hasStartingDeadlineSeconds();
  public Integer getSuccessfulJobsHistoryLimit();
  public A withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit);
  public Boolean hasSuccessfulJobsHistoryLimit();
  public Boolean getSuspend();
  public A withSuspend(Boolean suspend);
  public Boolean hasSuspend();
  public String getTimeZone();
  public A withTimeZone(String timeZone);
  public Boolean hasTimeZone();
  public A withSuspend();
  public interface JobTemplateNested extends Nested,V1JobTemplateSpecFluent>{
    public N and();
    public N endJobTemplate();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy