Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
RollbackConfig |
RollbackConfigBuilder.build() |
RollbackConfig |
DoneableRollbackConfig.done() |
RollbackConfig |
DeploymentRollbackFluentImpl.getRollbackTo() |
RollbackConfig |
DeploymentRollbackFluent.getRollbackTo() |
RollbackConfig |
DeploymentSpecFluentImpl.getRollbackTo() |
RollbackConfig |
DeploymentSpecFluent.getRollbackTo() |
RollbackConfig |
DeploymentRollback.getRollbackTo() |
RollbackConfig |
DeploymentSpec.getRollbackTo() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRollback.setRollbackTo(RollbackConfig rollbackTo) |
void |
DeploymentSpec.setRollbackTo(RollbackConfig rollbackTo) |
DeploymentRollbackFluent.RollbackToNested<A> |
DeploymentRollbackFluentImpl.withNewRollbackToLike(RollbackConfig item) |
DeploymentRollbackFluent.RollbackToNested<A> |
DeploymentRollbackFluent.withNewRollbackToLike(RollbackConfig item) |
DeploymentSpecFluent.RollbackToNested<A> |
DeploymentSpecFluentImpl.withNewRollbackToLike(RollbackConfig item) |
DeploymentSpecFluent.RollbackToNested<A> |
DeploymentSpecFluent.withNewRollbackToLike(RollbackConfig item) |
A |
DeploymentRollbackFluentImpl.withRollbackTo(RollbackConfig rollbackTo) |
A |
DeploymentRollbackFluent.withRollbackTo(RollbackConfig rollbackTo) |
A |
DeploymentSpecFluentImpl.withRollbackTo(RollbackConfig rollbackTo) |
A |
DeploymentSpecFluent.withRollbackTo(RollbackConfig rollbackTo) |
Constructor and Description |
---|
DeploymentRollback(String apiVersion,
String kind,
String name,
RollbackConfig rollbackTo,
Map<String,String> updatedAnnotations) |
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) |
RollbackConfigBuilder(RollbackConfig instance) |
RollbackConfigBuilder(RollbackConfig instance,
Boolean validationEnabled) |
RollbackConfigBuilder(RollbackConfigFluent<?> fluent,
RollbackConfig instance) |
RollbackConfigBuilder(RollbackConfigFluent<?> fluent,
RollbackConfig instance,
Boolean validationEnabled) |
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–2017 Red Hat. All rights reserved.