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

io.fabric8.openshift.api.model.DeploymentConfigSpecFluent Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package io.fabric8.openshift.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.Integer;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.String;
import java.util.Map;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.model.PodTemplateSpec;
import java.lang.Boolean;
import java.util.List;
import java.lang.Object;
import com.fasterxml.jackson.annotation.JsonIgnore;
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 A withReplicas(Integer replicas);
    public A addToSelector(String key,String value);
    public A addToSelector(Map map);
    public A removeFromSelector(String key);
    public A removeFromSelector(Map map);
    public Map getSelector();
    public A withSelector(Map selector);
    public DeploymentStrategy getStrategy();
    public A withStrategy(DeploymentStrategy strategy);
    public DeploymentConfigSpecFluent.StrategyNested withNewStrategy();
    public DeploymentConfigSpecFluent.StrategyNested withNewStrategyLike(DeploymentStrategy item);
    public DeploymentConfigSpecFluent.StrategyNested editStrategy();
    public PodTemplateSpec getTemplate();
    public A withTemplate(PodTemplateSpec template);
    public DeploymentConfigSpecFluent.TemplateNested withNewTemplate();
    public DeploymentConfigSpecFluent.TemplateNested withNewTemplateLike(PodTemplateSpec item);
    public DeploymentConfigSpecFluent.TemplateNested editTemplate();
    public Boolean isTest();
    public A withTest(Boolean test);
    public A addToTriggers(DeploymentTriggerPolicy... items);
    public A removeFromTriggers(DeploymentTriggerPolicy... items);
    public List getTriggers();
    public A withTriggers(List triggers);
    public A withTriggers(DeploymentTriggerPolicy... triggers);
    public DeploymentConfigSpecFluent.TriggersNested addNewTrigger();
    public DeploymentConfigSpecFluent.TriggersNested addNewTriggerLike(DeploymentTriggerPolicy item);

    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