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

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

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

import io.fabric8.kubernetes.api.model.PodTemplateSpec;
import java.util.Map;
import java.util.Map;
import java.util.HashMap;
import java.io.Serializable;
import java.util.AbstractMap;
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 DeploymentSpecFluent> extends Fluent{


    public Integer getMinReadySeconds();    public T withMinReadySeconds( Integer minReadySeconds);    public Boolean isPaused();    public T withPaused( Boolean paused);    public Integer getReplicas();    public T withReplicas( Integer replicas);    public Integer getRevisionHistoryLimit();    public T withRevisionHistoryLimit( Integer revisionHistoryLimit);    public RollbackConfig getRollbackTo();    public T withRollbackTo( RollbackConfig rollbackTo);    public RollbackToNested withNewRollbackTo();    public RollbackToNested withNewRollbackToLike( RollbackConfig item);    public RollbackToNested editRollbackTo();    public T withNewRollbackTo( Long revision);    public LabelSelector getSelector();    public T withSelector( LabelSelector selector);    public SelectorNested withNewSelector();    public SelectorNested withNewSelectorLike( LabelSelector item);    public SelectorNested editSelector();    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 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 RollbackToNested extends Nested, RollbackConfigFluent>{
            public N endRollbackTo();            public N and();        
}

    public interface SelectorNested extends Nested, LabelSelectorFluent>{
            public N endSelector();            public N and();        
}

    public interface StrategyNested extends Nested, DeploymentStrategyFluent>{
            public N endStrategy();            public N and();        
}

    public interface TemplateNested extends Nested, PodTemplateSpecFluent>{
            public N endTemplate();            public N and();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy