public class V1beta1DaemonSetSpec extends Object
| Constructor and Description |
|---|
V1beta1DaemonSetSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMinReadySeconds()
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available.
|
V1LabelSelector |
getSelector()
A label query over pods that are managed by the daemon set.
|
V1PodTemplateSpec |
getTemplate()
An object that describes the pod that will be created.
|
Long |
getTemplateGeneration()
A sequence number representing a specific generation of the template.
|
V1beta1DaemonSetUpdateStrategy |
getUpdateStrategy()
An update strategy to replace existing DaemonSet pods with new pods.
|
int |
hashCode() |
V1beta1DaemonSetSpec |
minReadySeconds(Integer minReadySeconds) |
V1beta1DaemonSetSpec |
selector(V1LabelSelector selector) |
void |
setMinReadySeconds(Integer minReadySeconds) |
void |
setSelector(V1LabelSelector selector) |
void |
setTemplate(V1PodTemplateSpec template) |
void |
setTemplateGeneration(Long templateGeneration) |
void |
setUpdateStrategy(V1beta1DaemonSetUpdateStrategy updateStrategy) |
V1beta1DaemonSetSpec |
template(V1PodTemplateSpec template) |
V1beta1DaemonSetSpec |
templateGeneration(Long templateGeneration) |
String |
toString() |
V1beta1DaemonSetSpec |
updateStrategy(V1beta1DaemonSetUpdateStrategy updateStrategy) |
public V1beta1DaemonSetSpec minReadySeconds(Integer minReadySeconds)
public Integer getMinReadySeconds()
public void setMinReadySeconds(Integer minReadySeconds)
public V1beta1DaemonSetSpec selector(V1LabelSelector selector)
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)
public Long getTemplateGeneration()
public void setTemplateGeneration(Long templateGeneration)
public V1beta1DaemonSetSpec updateStrategy(V1beta1DaemonSetUpdateStrategy updateStrategy)
public V1beta1DaemonSetUpdateStrategy getUpdateStrategy()
public void setUpdateStrategy(V1beta1DaemonSetUpdateStrategy updateStrategy)
Copyright © 2017. All rights reserved.