@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1DaemonSetSpec 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_UPDATE_STRATEGY |
Constructor and Description |
---|
V1DaemonSetSpec() |
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_UPDATE_STRATEGY
public V1DaemonSetSpec minReadySeconds(Integer minReadySeconds)
@Nullable public Integer getMinReadySeconds()
public void setMinReadySeconds(Integer minReadySeconds)
public V1DaemonSetSpec revisionHistoryLimit(Integer revisionHistoryLimit)
@Nullable public Integer getRevisionHistoryLimit()
public void setRevisionHistoryLimit(Integer revisionHistoryLimit)
public V1DaemonSetSpec selector(V1LabelSelector selector)
public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
public V1DaemonSetSpec template(V1PodTemplateSpec template)
public V1PodTemplateSpec getTemplate()
public void setTemplate(V1PodTemplateSpec template)
public V1DaemonSetSpec updateStrategy(V1DaemonSetUpdateStrategy updateStrategy)
@Nullable public V1DaemonSetUpdateStrategy getUpdateStrategy()
public void setUpdateStrategy(V1DaemonSetUpdateStrategy updateStrategy)
Copyright © 2020. All rights reserved.