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

io.fabric8.openshift.api.model.DeploymentStrategyFluent 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.String;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import io.fabric8.kubernetes.api.model.ResourceRequirements;
import java.lang.Object;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;
import io.fabric8.kubernetes.api.model.ResourceRequirementsFluent;
import io.fabric8.kubernetes.api.model.ResourceRequirementsBuilder;

public interface DeploymentStrategyFluent> extends Fluent{


    public A addToAnnotations(String key,String value);
    public A addToAnnotations(Map map);
    public A removeFromAnnotations(String key);
    public A removeFromAnnotations(Map map);
    public Map getAnnotations();
    public A withAnnotations(Map annotations);
    public CustomDeploymentStrategyParams getCustomParams();
    public A withCustomParams(CustomDeploymentStrategyParams customParams);
    public DeploymentStrategyFluent.CustomParamsNested withNewCustomParams();
    public DeploymentStrategyFluent.CustomParamsNested withNewCustomParamsLike(CustomDeploymentStrategyParams item);
    public DeploymentStrategyFluent.CustomParamsNested editCustomParams();
    public A addToLabels(String key,String value);
    public A addToLabels(Map map);
    public A removeFromLabels(String key);
    public A removeFromLabels(Map map);
    public Map getLabels();
    public A withLabels(Map labels);
    public RecreateDeploymentStrategyParams getRecreateParams();
    public A withRecreateParams(RecreateDeploymentStrategyParams recreateParams);
    public DeploymentStrategyFluent.RecreateParamsNested withNewRecreateParams();
    public DeploymentStrategyFluent.RecreateParamsNested withNewRecreateParamsLike(RecreateDeploymentStrategyParams item);
    public DeploymentStrategyFluent.RecreateParamsNested editRecreateParams();
    public ResourceRequirements getResources();
    public A withResources(ResourceRequirements resources);
    public DeploymentStrategyFluent.ResourcesNested withNewResources();
    public DeploymentStrategyFluent.ResourcesNested withNewResourcesLike(ResourceRequirements item);
    public DeploymentStrategyFluent.ResourcesNested editResources();
    public RollingDeploymentStrategyParams getRollingParams();
    public A withRollingParams(RollingDeploymentStrategyParams rollingParams);
    public DeploymentStrategyFluent.RollingParamsNested withNewRollingParams();
    public DeploymentStrategyFluent.RollingParamsNested withNewRollingParamsLike(RollingDeploymentStrategyParams item);
    public DeploymentStrategyFluent.RollingParamsNested editRollingParams();
    public String getType();
    public A withType(String type);

    public interface CustomParamsNested extends Nested,CustomDeploymentStrategyParamsFluent>{

        
    public N endCustomParams();    public N and();
}
    public interface RecreateParamsNested extends Nested,RecreateDeploymentStrategyParamsFluent>{

        
    public N and();    public N endRecreateParams();
}
    public interface ResourcesNested extends Nested,ResourceRequirementsFluent>{

        
    public N and();    public N endResources();
}
    public interface RollingParamsNested extends Nested,RollingDeploymentStrategyParamsFluent>{

        
    public N and();    public N endRollingParams();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy