public final class DeploymentSpecification<R extends DefaultK8sObject> extends AbstractK8sObject<R,DeploymentSpecification<R>>
listener, result| Constructor and Description |
|---|
DeploymentSpecification(R result,
ChangeListener<DeploymentSpecification<R>> listener) |
| Modifier and Type | Method and Description |
|---|---|
R |
buildSpecification() |
DeploymentStrategy<DeploymentSpecification<R>> |
deploymentStrategy() |
DeploymentSpecification<R> |
deploymentStrategy(DeploymentStrategy<DeploymentSpecification<R>> deploymentStrategy) |
DeploymentSpecification<R> |
minReadySeconds(java.lang.Integer minReadySeconds) |
DeploymentSpecification<R> |
paused(java.lang.Boolean paused) |
PodTemplate<DeploymentSpecification<R>> |
podTemplate() |
DeploymentSpecification<R> |
podTemplate(PodTemplate<DeploymentSpecification<R>> podTemplate) |
DeploymentSpecification<R> |
progressDeadlineSeconds(java.lang.Integer progressDeadlineSeconds) |
DeploymentSpecification<R> |
replicas(java.lang.Integer count) |
DeploymentSpecification<R> |
revisionHistoryLimit(java.lang.Integer revisionHistoryLimit) |
LabelSelector<DeploymentSpecification<R>> |
selector() |
DeploymentSpecification<R> |
selector(LabelSelector<DeploymentSpecification<R>> labelSelector) |
public DeploymentSpecification(R result, ChangeListener<DeploymentSpecification<R>> listener)
public DeploymentSpecification<R> replicas(java.lang.Integer count)
public DeploymentSpecification<R> minReadySeconds(java.lang.Integer minReadySeconds)
public DeploymentSpecification<R> progressDeadlineSeconds(java.lang.Integer progressDeadlineSeconds)
public DeploymentSpecification<R> paused(java.lang.Boolean paused)
public DeploymentSpecification<R> revisionHistoryLimit(java.lang.Integer revisionHistoryLimit)
public DeploymentSpecification<R> selector(LabelSelector<DeploymentSpecification<R>> labelSelector)
public LabelSelector<DeploymentSpecification<R>> selector()
public DeploymentSpecification<R> deploymentStrategy(DeploymentStrategy<DeploymentSpecification<R>> deploymentStrategy)
public DeploymentStrategy<DeploymentSpecification<R>> deploymentStrategy()
public PodTemplate<DeploymentSpecification<R>> podTemplate()
public DeploymentSpecification<R> podTemplate(PodTemplate<DeploymentSpecification<R>> podTemplate)
public R buildSpecification()