@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class AppsV1beta1DeploymentSpec 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_ROLLBACK_TO |
static String |
SERIALIZED_NAME_SELECTOR |
static String |
SERIALIZED_NAME_STRATEGY |
static String |
SERIALIZED_NAME_TEMPLATE |
Constructor and Description |
---|
AppsV1beta1DeploymentSpec() |
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_ROLLBACK_TO
public static final String SERIALIZED_NAME_SELECTOR
public static final String SERIALIZED_NAME_STRATEGY
public static final String SERIALIZED_NAME_TEMPLATE
public AppsV1beta1DeploymentSpec minReadySeconds(Integer minReadySeconds)
@Nullable public Integer getMinReadySeconds()
public void setMinReadySeconds(Integer minReadySeconds)
public AppsV1beta1DeploymentSpec paused(Boolean paused)
@Nullable public Boolean getPaused()
public void setPaused(Boolean paused)
public AppsV1beta1DeploymentSpec progressDeadlineSeconds(Integer progressDeadlineSeconds)
@Nullable public Integer getProgressDeadlineSeconds()
public void setProgressDeadlineSeconds(Integer progressDeadlineSeconds)
public AppsV1beta1DeploymentSpec replicas(Integer replicas)
@Nullable public Integer getReplicas()
public void setReplicas(Integer replicas)
public AppsV1beta1DeploymentSpec revisionHistoryLimit(Integer revisionHistoryLimit)
@Nullable public Integer getRevisionHistoryLimit()
public void setRevisionHistoryLimit(Integer revisionHistoryLimit)
public AppsV1beta1DeploymentSpec rollbackTo(AppsV1beta1RollbackConfig rollbackTo)
@Nullable public AppsV1beta1RollbackConfig getRollbackTo()
public void setRollbackTo(AppsV1beta1RollbackConfig rollbackTo)
public AppsV1beta1DeploymentSpec selector(V1LabelSelector selector)
@Nullable public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
public AppsV1beta1DeploymentSpec strategy(AppsV1beta1DeploymentStrategy strategy)
@Nullable public AppsV1beta1DeploymentStrategy getStrategy()
public void setStrategy(AppsV1beta1DeploymentStrategy strategy)
public AppsV1beta1DeploymentSpec template(V1PodTemplateSpec template)
public V1PodTemplateSpec getTemplate()
public void setTemplate(V1PodTemplateSpec template)
Copyright © 2020. All rights reserved.