io.fabric8.openshift.api.model.DeploymentConfigSpecFluent Maven / Gradle / Ivy
package io.fabric8.openshift.api.model;
import java.util.ArrayList;
import io.fabric8.kubernetes.api.model.PodTemplateSpec;
import java.util.RandomAccess;
import java.util.Map;
import java.util.Map;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Collection;
import java.util.AbstractMap;
import java.util.List;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.PodTemplateSpecFluent;
import io.fabric8.kubernetes.api.model.PodTemplateSpecBuilder;
public interface DeploymentConfigSpecFluent> extends Fluent{
public Integer getReplicas(); public T withReplicas( Integer replicas); public T addToSelector( String key, String value); public T addToSelector( Map map); public T removeFromSelector( String key); public T removeFromSelector( Map map); public Map getSelector(); public T withSelector( Map selector); public DeploymentStrategy getStrategy(); public T withStrategy( DeploymentStrategy strategy); public StrategyNested withNewStrategy(); public StrategyNested withNewStrategyLike( DeploymentStrategy item); public StrategyNested editStrategy(); public PodTemplateSpec getTemplate(); public T withTemplate( PodTemplateSpec template); public TemplateNested withNewTemplate(); public TemplateNested withNewTemplateLike( PodTemplateSpec item); public TemplateNested editTemplate(); public Boolean isTest(); public T withTest( Boolean test); public T addToTriggers( DeploymentTriggerPolicy ...items); public T removeFromTriggers( DeploymentTriggerPolicy ...items); public List getTriggers(); public T withTriggers( List triggers); public T withTriggers( DeploymentTriggerPolicy ...triggers); public TriggersNested addNewTrigger(); public TriggersNested addNewTriggerLike( DeploymentTriggerPolicy item); public T addToAdditionalProperties( String key, Object value); public T addToAdditionalProperties( Map map); public T removeFromAdditionalProperties( String key); public T removeFromAdditionalProperties( Map map); public Map getAdditionalProperties(); public T withAdditionalProperties( Map additionalProperties);
public interface StrategyNested extends Nested, DeploymentStrategyFluent>{
public N endStrategy(); public N and();
}
public interface TemplateNested extends Nested, PodTemplateSpecFluent>{
public N endTemplate(); public N and();
}
public interface TriggersNested extends Nested, DeploymentTriggerPolicyFluent>{
public N endTrigger(); public N and();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy