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

io.kubernetes.client.openapi.models.V1DeploymentSpecFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Integer;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface V1DeploymentSpecFluent> 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 V1LabelSelector getSelector();
    public V1LabelSelector buildSelector();
    public A withSelector(V1LabelSelector selector);
    public Boolean hasSelector();
    public V1DeploymentSpecFluent.SelectorNested withNewSelector();
    public V1DeploymentSpecFluent.SelectorNested withNewSelectorLike(V1LabelSelector item);
    public V1DeploymentSpecFluent.SelectorNested editSelector();
    public V1DeploymentSpecFluent.SelectorNested editOrNewSelector();
    public V1DeploymentSpecFluent.SelectorNested editOrNewSelectorLike(V1LabelSelector item);
    
/**
 * This method has been deprecated, please use method buildStrategy instead.
 * @return The buildable object.
 */
@Deprecated public V1DeploymentStrategy getStrategy();
    public V1DeploymentStrategy buildStrategy();
    public A withStrategy(V1DeploymentStrategy strategy);
    public Boolean hasStrategy();
    public V1DeploymentSpecFluent.StrategyNested withNewStrategy();
    public V1DeploymentSpecFluent.StrategyNested withNewStrategyLike(V1DeploymentStrategy item);
    public V1DeploymentSpecFluent.StrategyNested editStrategy();
    public V1DeploymentSpecFluent.StrategyNested editOrNewStrategy();
    public V1DeploymentSpecFluent.StrategyNested editOrNewStrategyLike(V1DeploymentStrategy item);
    
/**
 * This method has been deprecated, please use method buildTemplate instead.
 * @return The buildable object.
 */
@Deprecated public V1PodTemplateSpec getTemplate();
    public V1PodTemplateSpec buildTemplate();
    public A withTemplate(V1PodTemplateSpec template);
    public Boolean hasTemplate();
    public V1DeploymentSpecFluent.TemplateNested withNewTemplate();
    public V1DeploymentSpecFluent.TemplateNested withNewTemplateLike(V1PodTemplateSpec item);
    public V1DeploymentSpecFluent.TemplateNested editTemplate();
    public V1DeploymentSpecFluent.TemplateNested editOrNewTemplate();
    public V1DeploymentSpecFluent.TemplateNested editOrNewTemplateLike(V1PodTemplateSpec item);
    public interface SelectorNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent> {

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


    public interface StrategyNested extends io.kubernetes.client.fluent.Nested,V1DeploymentStrategyFluent> {

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


    public interface TemplateNested extends io.kubernetes.client.fluent.Nested,V1PodTemplateSpecFluent> {

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy