
io.fabric8.openshift.api.model.BuildSpecFluent Maven / Gradle / Ivy
package io.fabric8.openshift.api.model;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Long;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.model.ResourceRequirements;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.ResourceRequirementsFluent;
import io.fabric8.kubernetes.api.model.ResourceRequirementsBuilder;
public interface BuildSpecFluent> extends Fluent{
public Long getCompletionDeadlineSeconds();
public A withCompletionDeadlineSeconds(Long completionDeadlineSeconds);
public BuildOutput getOutput();
public A withOutput(BuildOutput output);
public BuildSpecFluent.OutputNested withNewOutput();
public BuildSpecFluent.OutputNested withNewOutputLike(BuildOutput item);
public BuildSpecFluent.OutputNested editOutput();
public BuildPostCommitSpec getPostCommit();
public A withPostCommit(BuildPostCommitSpec postCommit);
public BuildSpecFluent.PostCommitNested withNewPostCommit();
public BuildSpecFluent.PostCommitNested withNewPostCommitLike(BuildPostCommitSpec item);
public BuildSpecFluent.PostCommitNested editPostCommit();
public ResourceRequirements getResources();
public A withResources(ResourceRequirements resources);
public BuildSpecFluent.ResourcesNested withNewResources();
public BuildSpecFluent.ResourcesNested withNewResourcesLike(ResourceRequirements item);
public BuildSpecFluent.ResourcesNested editResources();
public SourceRevision getRevision();
public A withRevision(SourceRevision revision);
public BuildSpecFluent.RevisionNested withNewRevision();
public BuildSpecFluent.RevisionNested withNewRevisionLike(SourceRevision item);
public BuildSpecFluent.RevisionNested editRevision();
public String getServiceAccount();
public A withServiceAccount(String serviceAccount);
public BuildSource getSource();
public A withSource(BuildSource source);
public BuildSpecFluent.SourceNested withNewSource();
public BuildSpecFluent.SourceNested withNewSourceLike(BuildSource item);
public BuildSpecFluent.SourceNested editSource();
public BuildStrategy getStrategy();
public A withStrategy(BuildStrategy strategy);
public BuildSpecFluent.StrategyNested withNewStrategy();
public BuildSpecFluent.StrategyNested withNewStrategyLike(BuildStrategy item);
public BuildSpecFluent.StrategyNested editStrategy();
public interface OutputNested extends Nested,BuildOutputFluent>{
public N endOutput(); public N and();
}
public interface PostCommitNested extends Nested,BuildPostCommitSpecFluent>{
public N and(); public N endPostCommit();
}
public interface ResourcesNested extends Nested,ResourceRequirementsFluent>{
public N and(); public N endResources();
}
public interface RevisionNested extends Nested,SourceRevisionFluent>{
public N endRevision(); public N and();
}
public interface SourceNested extends Nested,BuildSourceFluent>{
public N and(); public N endSource();
}
public interface StrategyNested extends Nested,BuildStrategyFluent>{
public N endStrategy(); public N and();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy