public interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
DeploymentStrategyFluent.CustomParamsNested<N> |
static interface |
DeploymentStrategyFluent.RecreateParamsNested<N> |
static interface |
DeploymentStrategyFluent.ResourcesNested<N> |
static interface |
DeploymentStrategyFluent.RollingParamsNested<N> |
Long getActiveDeadlineSeconds()
Boolean hasActiveDeadlineSeconds()
Boolean hasAnnotations()
@Deprecated CustomDeploymentStrategyParams getCustomParams()
CustomDeploymentStrategyParams buildCustomParams()
A withCustomParams(CustomDeploymentStrategyParams customParams)
Boolean hasCustomParams()
DeploymentStrategyFluent.CustomParamsNested<A> withNewCustomParams()
DeploymentStrategyFluent.CustomParamsNested<A> withNewCustomParamsLike(CustomDeploymentStrategyParams item)
DeploymentStrategyFluent.CustomParamsNested<A> editCustomParams()
DeploymentStrategyFluent.CustomParamsNested<A> editOrNewCustomParams()
DeploymentStrategyFluent.CustomParamsNested<A> editOrNewCustomParamsLike(CustomDeploymentStrategyParams item)
Boolean hasLabels()
@Deprecated RecreateDeploymentStrategyParams getRecreateParams()
RecreateDeploymentStrategyParams buildRecreateParams()
A withRecreateParams(RecreateDeploymentStrategyParams recreateParams)
Boolean hasRecreateParams()
DeploymentStrategyFluent.RecreateParamsNested<A> withNewRecreateParams()
DeploymentStrategyFluent.RecreateParamsNested<A> withNewRecreateParamsLike(RecreateDeploymentStrategyParams item)
DeploymentStrategyFluent.RecreateParamsNested<A> editRecreateParams()
DeploymentStrategyFluent.RecreateParamsNested<A> editOrNewRecreateParams()
DeploymentStrategyFluent.RecreateParamsNested<A> editOrNewRecreateParamsLike(RecreateDeploymentStrategyParams item)
@Deprecated ResourceRequirements getResources()
ResourceRequirements buildResources()
A withResources(ResourceRequirements resources)
Boolean hasResources()
DeploymentStrategyFluent.ResourcesNested<A> withNewResources()
DeploymentStrategyFluent.ResourcesNested<A> withNewResourcesLike(ResourceRequirements item)
DeploymentStrategyFluent.ResourcesNested<A> editResources()
DeploymentStrategyFluent.ResourcesNested<A> editOrNewResources()
DeploymentStrategyFluent.ResourcesNested<A> editOrNewResourcesLike(ResourceRequirements item)
@Deprecated RollingDeploymentStrategyParams getRollingParams()
RollingDeploymentStrategyParams buildRollingParams()
A withRollingParams(RollingDeploymentStrategyParams rollingParams)
Boolean hasRollingParams()
DeploymentStrategyFluent.RollingParamsNested<A> withNewRollingParams()
DeploymentStrategyFluent.RollingParamsNested<A> withNewRollingParamsLike(RollingDeploymentStrategyParams item)
DeploymentStrategyFluent.RollingParamsNested<A> editRollingParams()
DeploymentStrategyFluent.RollingParamsNested<A> editOrNewRollingParams()
DeploymentStrategyFluent.RollingParamsNested<A> editOrNewRollingParamsLike(RollingDeploymentStrategyParams item)
String getType()
Boolean hasType()
Copyright © 2011–2017 Red Hat. All rights reserved.