@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1beta1DaemonSetSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MIN_READY_SECONDS |
static String |
SERIALIZED_NAME_REVISION_HISTORY_LIMIT |
static String |
SERIALIZED_NAME_SELECTOR |
static String |
SERIALIZED_NAME_TEMPLATE |
static String |
SERIALIZED_NAME_TEMPLATE_GENERATION |
static String |
SERIALIZED_NAME_UPDATE_STRATEGY |
Constructor and Description |
---|
V1beta1DaemonSetSpec() |
public static final String SERIALIZED_NAME_MIN_READY_SECONDS
public static final String SERIALIZED_NAME_REVISION_HISTORY_LIMIT
public static final String SERIALIZED_NAME_SELECTOR
public static final String SERIALIZED_NAME_TEMPLATE
public static final String SERIALIZED_NAME_TEMPLATE_GENERATION
public static final String SERIALIZED_NAME_UPDATE_STRATEGY
public V1beta1DaemonSetSpec minReadySeconds(Integer minReadySeconds)
@Nullable public Integer getMinReadySeconds()
public void setMinReadySeconds(Integer minReadySeconds)
public V1beta1DaemonSetSpec revisionHistoryLimit(Integer revisionHistoryLimit)
@Nullable public Integer getRevisionHistoryLimit()
public void setRevisionHistoryLimit(Integer revisionHistoryLimit)
public V1beta1DaemonSetSpec selector(V1LabelSelector selector)
@Nullable public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
public V1beta1DaemonSetSpec template(V1PodTemplateSpec template)
public V1PodTemplateSpec getTemplate()
public void setTemplate(V1PodTemplateSpec template)
public V1beta1DaemonSetSpec templateGeneration(Long templateGeneration)
@Nullable public Long getTemplateGeneration()
public void setTemplateGeneration(Long templateGeneration)
public V1beta1DaemonSetSpec updateStrategy(V1beta1DaemonSetUpdateStrategy updateStrategy)
@Nullable public V1beta1DaemonSetUpdateStrategy getUpdateStrategy()
public void setUpdateStrategy(V1beta1DaemonSetUpdateStrategy updateStrategy)
Copyright © 2019. All rights reserved.