@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1beta2DeploymentSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MIN_READY_SECONDS |
static String |
SERIALIZED_NAME_PAUSED |
static String |
SERIALIZED_NAME_PROGRESS_DEADLINE_SECONDS |
static String |
SERIALIZED_NAME_REPLICAS |
static String |
SERIALIZED_NAME_REVISION_HISTORY_LIMIT |
static String |
SERIALIZED_NAME_SELECTOR |
static String |
SERIALIZED_NAME_STRATEGY |
static String |
SERIALIZED_NAME_TEMPLATE |
Constructor and Description |
---|
V1beta2DeploymentSpec() |
public static final String SERIALIZED_NAME_MIN_READY_SECONDS
public static final String SERIALIZED_NAME_PAUSED
public static final String SERIALIZED_NAME_PROGRESS_DEADLINE_SECONDS
public static final String SERIALIZED_NAME_REPLICAS
public static final String SERIALIZED_NAME_REVISION_HISTORY_LIMIT
public static final String SERIALIZED_NAME_SELECTOR
public static final String SERIALIZED_NAME_STRATEGY
public static final String SERIALIZED_NAME_TEMPLATE
public V1beta2DeploymentSpec minReadySeconds(Integer minReadySeconds)
@Nullable public Integer getMinReadySeconds()
public void setMinReadySeconds(Integer minReadySeconds)
public V1beta2DeploymentSpec paused(Boolean paused)
@Nullable public Boolean getPaused()
public void setPaused(Boolean paused)
public V1beta2DeploymentSpec progressDeadlineSeconds(Integer progressDeadlineSeconds)
@Nullable public Integer getProgressDeadlineSeconds()
public void setProgressDeadlineSeconds(Integer progressDeadlineSeconds)
public V1beta2DeploymentSpec replicas(Integer replicas)
@Nullable public Integer getReplicas()
public void setReplicas(Integer replicas)
public V1beta2DeploymentSpec revisionHistoryLimit(Integer revisionHistoryLimit)
@Nullable public Integer getRevisionHistoryLimit()
public void setRevisionHistoryLimit(Integer revisionHistoryLimit)
public V1beta2DeploymentSpec selector(V1LabelSelector selector)
public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
public V1beta2DeploymentSpec strategy(V1beta2DeploymentStrategy strategy)
@Nullable public V1beta2DeploymentStrategy getStrategy()
public void setStrategy(V1beta2DeploymentStrategy strategy)
public V1beta2DeploymentSpec template(V1PodTemplateSpec template)
public V1PodTemplateSpec getTemplate()
public void setTemplate(V1PodTemplateSpec template)
Copyright © 2020. All rights reserved.