Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Class and Description |
---|---|
class |
EditableRollbackConfig |
Modifier and Type | Method and Description |
---|---|
RollbackConfig |
DoneableRollbackConfig.done() |
RollbackConfig |
DeploymentSpecFluent.getRollbackTo() |
RollbackConfig |
DeploymentSpecFluentImpl.getRollbackTo() |
RollbackConfig |
DeploymentSpec.getRollbackTo() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentSpec.setRollbackTo(RollbackConfig rollbackTo) |
DeploymentSpecFluent.RollbackToNested<T> |
DeploymentSpecFluent.withNewRollbackToLike(RollbackConfig item) |
DeploymentSpecFluent.RollbackToNested<T> |
DeploymentSpecFluentImpl.withNewRollbackToLike(RollbackConfig item) |
T |
DeploymentSpecFluent.withRollbackTo(RollbackConfig rollbackTo) |
T |
DeploymentSpecFluentImpl.withRollbackTo(RollbackConfig rollbackTo) |
Constructor and Description |
---|
DeploymentSpec(Integer minReadySeconds,
Boolean paused,
Integer replicas,
Integer revisionHistoryLimit,
RollbackConfig rollbackTo,
LabelSelector selector,
DeploymentStrategy strategy,
PodTemplateSpec template) |
DoneableRollbackConfig(RollbackConfig item) |
DoneableRollbackConfig(RollbackConfig item,
Function<RollbackConfig,RollbackConfig> function) |
EditableDeploymentSpec(Integer minReadySeconds,
Boolean paused,
Integer replicas,
Integer revisionHistoryLimit,
RollbackConfig rollbackTo,
LabelSelector selector,
DeploymentStrategy strategy,
PodTemplateSpec template) |
RollbackConfigBuilder(RollbackConfig instance) |
RollbackConfigBuilder(RollbackConfigFluent<?> fluent,
RollbackConfig instance) |
RollbackConfigFluentImpl(RollbackConfig instance) |
Constructor and Description |
---|
DoneableRollbackConfig(Function<RollbackConfig,RollbackConfig> function) |
DoneableRollbackConfig(Function<RollbackConfig,RollbackConfig> function) |
DoneableRollbackConfig(RollbackConfig item,
Function<RollbackConfig,RollbackConfig> function) |
DoneableRollbackConfig(RollbackConfig item,
Function<RollbackConfig,RollbackConfig> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.