@Generated(value="jsonschema2pojo") public class DeploymentStrategy extends Object implements io.fabric8.kubernetes.api.builder.Editable<DeploymentStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
DeploymentStrategy()
No args constructor for use in serialization
|
DeploymentStrategy(Long activeDeadlineSeconds,
Map<String,String> annotations,
CustomDeploymentStrategyParams customParams,
Map<String,String> labels,
RecreateDeploymentStrategyParams recreateParams,
io.fabric8.kubernetes.api.model.ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
public DeploymentStrategy()
public DeploymentStrategy(Long activeDeadlineSeconds, Map<String,String> annotations, CustomDeploymentStrategyParams customParams, Map<String,String> labels, RecreateDeploymentStrategyParams recreateParams, io.fabric8.kubernetes.api.model.ResourceRequirements resources, RollingDeploymentStrategyParams rollingParams, String type)
public Long getActiveDeadlineSeconds()
public void setActiveDeadlineSeconds(Long activeDeadlineSeconds)
public CustomDeploymentStrategyParams getCustomParams()
public void setCustomParams(CustomDeploymentStrategyParams customParams)
public RecreateDeploymentStrategyParams getRecreateParams()
public void setRecreateParams(RecreateDeploymentStrategyParams recreateParams)
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
public void setResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
public RollingDeploymentStrategyParams getRollingParams()
public void setRollingParams(RollingDeploymentStrategyParams rollingParams)
public String getType()
public void setType(String type)
public DeploymentStrategyBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<DeploymentStrategyBuilder>public DeploymentStrategyBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.