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

io.fabric8.kubernetes.api.model.apps.DeploymentSpecFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.apps;

import io.fabric8.kubernetes.api.model.LabelSelectorBuilder;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.LabelSelector;
import java.lang.String;
import java.lang.Integer;
import io.fabric8.kubernetes.api.model.PodTemplateSpec;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.model.PodTemplateSpecBuilder;
import io.fabric8.kubernetes.api.model.PodTemplateSpecFluent;
import java.lang.Object;
import io.fabric8.kubernetes.api.model.LabelSelectorFluent;
import java.lang.Boolean;
import java.util.Map;

public interface DeploymentSpecFluent> extends Fluent {


    public Integer getMinReadySeconds();
    public A withMinReadySeconds(Integer minReadySeconds);
    public Boolean hasMinReadySeconds();
    public Boolean isPaused();
    public A withPaused(Boolean paused);
    public Boolean hasPaused();
    public A withNewPaused(String arg1);
    public A withNewPaused(boolean arg1);
    public Integer getProgressDeadlineSeconds();
    public A withProgressDeadlineSeconds(Integer progressDeadlineSeconds);
    public Boolean hasProgressDeadlineSeconds();
    public Integer getReplicas();
    public A withReplicas(Integer replicas);
    public Boolean hasReplicas();
    public Integer getRevisionHistoryLimit();
    public A withRevisionHistoryLimit(Integer revisionHistoryLimit);
    public Boolean hasRevisionHistoryLimit();
    
/**
 * This method has been deprecated, please use method buildSelector instead.
 * @return The buildable object.
 */
@Deprecated public LabelSelector getSelector();
    public LabelSelector buildSelector();
    public A withSelector(LabelSelector selector);
    public Boolean hasSelector();
    public DeploymentSpecFluent.SelectorNested withNewSelector();
    public DeploymentSpecFluent.SelectorNested withNewSelectorLike(LabelSelector item);
    public DeploymentSpecFluent.SelectorNested editSelector();
    public DeploymentSpecFluent.SelectorNested editOrNewSelector();
    public DeploymentSpecFluent.SelectorNested editOrNewSelectorLike(LabelSelector item);
    
/**
 * This method has been deprecated, please use method buildStrategy instead.
 * @return The buildable object.
 */
@Deprecated public DeploymentStrategy getStrategy();
    public DeploymentStrategy buildStrategy();
    public A withStrategy(DeploymentStrategy strategy);
    public Boolean hasStrategy();
    public DeploymentSpecFluent.StrategyNested withNewStrategy();
    public DeploymentSpecFluent.StrategyNested withNewStrategyLike(DeploymentStrategy item);
    public DeploymentSpecFluent.StrategyNested editStrategy();
    public DeploymentSpecFluent.StrategyNested editOrNewStrategy();
    public DeploymentSpecFluent.StrategyNested editOrNewStrategyLike(DeploymentStrategy item);
    
/**
 * This method has been deprecated, please use method buildTemplate instead.
 * @return The buildable object.
 */
@Deprecated public PodTemplateSpec getTemplate();
    public PodTemplateSpec buildTemplate();
    public A withTemplate(PodTemplateSpec template);
    public Boolean hasTemplate();
    public DeploymentSpecFluent.TemplateNested withNewTemplate();
    public DeploymentSpecFluent.TemplateNested withNewTemplateLike(PodTemplateSpec item);
    public DeploymentSpecFluent.TemplateNested editTemplate();
    public DeploymentSpecFluent.TemplateNested editOrNewTemplate();
    public DeploymentSpecFluent.TemplateNested editOrNewTemplateLike(PodTemplateSpec item);
    public interface SelectorNested extends io.fabric8.kubernetes.api.builder.Nested,LabelSelectorFluent> {

        public N and();
        public N endSelector();    }


    public interface StrategyNested extends io.fabric8.kubernetes.api.builder.Nested,DeploymentStrategyFluent> {

        public N and();
        public N endStrategy();    }


    public interface TemplateNested extends io.fabric8.kubernetes.api.builder.Nested,PodTemplateSpecFluent> {

        public N and();
        public N endTemplate();    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy