Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
DeploymentStrategy |
DeploymentStrategyBuilder.build() |
DeploymentStrategy |
DoneableDeploymentStrategy.done() |
DeploymentStrategy |
DeploymentConfigSpecFluent.getStrategy() |
DeploymentStrategy |
DeploymentConfigSpecFluentImpl.getStrategy() |
DeploymentStrategy |
DeploymentConfigSpec.getStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfigSpec.setStrategy(DeploymentStrategy strategy) |
DeploymentConfigSpecFluent.StrategyNested<A> |
DeploymentConfigSpecFluent.withNewStrategyLike(DeploymentStrategy item) |
DeploymentConfigSpecFluent.StrategyNested<A> |
DeploymentConfigSpecFluentImpl.withNewStrategyLike(DeploymentStrategy item) |
A |
DeploymentConfigSpecFluent.withStrategy(DeploymentStrategy strategy) |
A |
DeploymentConfigSpecFluentImpl.withStrategy(DeploymentStrategy strategy) |
Constructor and Description |
---|
DeploymentConfigSpec(Integer minReadySeconds,
Boolean paused,
Integer replicas,
Integer revisionHistoryLimit,
Map<String,String> selector,
DeploymentStrategy strategy,
PodTemplateSpec template,
Boolean test,
List<DeploymentTriggerPolicy> triggers) |
DeploymentStrategyBuilder(DeploymentStrategy instance) |
DeploymentStrategyBuilder(DeploymentStrategy instance,
Boolean validationEnabled) |
DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent,
DeploymentStrategy instance) |
DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent,
DeploymentStrategy instance,
Boolean validationEnabled) |
DeploymentStrategyFluentImpl(DeploymentStrategy instance) |
DoneableDeploymentStrategy(DeploymentStrategy item) |
DoneableDeploymentStrategy(DeploymentStrategy item,
Function<DeploymentStrategy,DeploymentStrategy> function) |
Constructor and Description |
---|
DoneableDeploymentStrategy(DeploymentStrategy item,
Function<DeploymentStrategy,DeploymentStrategy> function) |
DoneableDeploymentStrategy(DeploymentStrategy item,
Function<DeploymentStrategy,DeploymentStrategy> function) |
DoneableDeploymentStrategy(Function<DeploymentStrategy,DeploymentStrategy> function) |
DoneableDeploymentStrategy(Function<DeploymentStrategy,DeploymentStrategy> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.