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

annotations.io.fabric8.knative.legacysources.v1alpha1.CronJobSourceSpecFluent Maven / Gradle / Ivy

package io.fabric8.knative.legacysources.v1alpha1;

import io.fabric8.knative.duck.v1beta1.Destination;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import io.fabric8.knative.duck.v1beta1.DestinationFluent;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import io.fabric8.knative.duck.v1beta1.DestinationBuilder;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

public interface CronJobSourceSpecFluent> extends Fluent{


    public String getData();
    public A withData(String data);
    public Boolean hasData();
    public A withNewData(String arg1);
    public A withNewData(StringBuilder arg1);
    public A withNewData(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildResources instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public CronJobResourceSpec getResources();
    public CronJobResourceSpec buildResources();
    public A withResources(CronJobResourceSpec resources);
    public Boolean hasResources();
    public CronJobSourceSpecFluent.ResourcesNested withNewResources();
    public CronJobSourceSpecFluent.ResourcesNested withNewResourcesLike(CronJobResourceSpec item);
    public CronJobSourceSpecFluent.ResourcesNested editResources();
    public CronJobSourceSpecFluent.ResourcesNested editOrNewResources();
    public CronJobSourceSpecFluent.ResourcesNested editOrNewResourcesLike(CronJobResourceSpec item);
    public String getSchedule();
    public A withSchedule(String schedule);
    public Boolean hasSchedule();
    public A withNewSchedule(String arg1);
    public A withNewSchedule(StringBuilder arg1);
    public A withNewSchedule(StringBuffer arg1);
    public String getServiceAccountName();
    public A withServiceAccountName(String serviceAccountName);
    public Boolean hasServiceAccountName();
    public A withNewServiceAccountName(String arg1);
    public A withNewServiceAccountName(StringBuilder arg1);
    public A withNewServiceAccountName(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildSink instead.
 * @return The buildable object.
 */
@java.lang.Deprecated public io.fabric8.knative.duck.v1beta1.Destination getSink();
    public io.fabric8.knative.duck.v1beta1.Destination buildSink();
    public A withSink(io.fabric8.knative.duck.v1beta1.Destination sink);
    public Boolean hasSink();
    public CronJobSourceSpecFluent.V1beta1SinkNested withNewV1beta1Sink();
    public CronJobSourceSpecFluent.V1beta1SinkNested withNewSinkLike(io.fabric8.knative.duck.v1beta1.Destination item);
    public CronJobSourceSpecFluent.V1beta1SinkNested editV1beta1Sink();
    public CronJobSourceSpecFluent.V1beta1SinkNested editOrNewSink();
    public CronJobSourceSpecFluent.V1beta1SinkNested editOrNewSinkLike(io.fabric8.knative.duck.v1beta1.Destination item);

    public interface ResourcesNested extends io.fabric8.kubernetes.api.builder.Nested,CronJobResourceSpecFluent>{

        
    public N and();    public N endResources();
}
    public interface V1beta1SinkNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.duck.v1beta1.DestinationFluent>{

        
    public N and();    public N endV1beta1Sink();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy