public interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
DeploymentRollbackFluent.RollbackToNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addToUpdatedAnnotations(Map<String,String> map) |
A |
addToUpdatedAnnotations(String key,
String value) |
DeploymentRollbackFluent.RollbackToNested<A> |
editRollbackTo() |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
RollbackConfig |
getRollbackTo() |
Map<String,String> |
getUpdatedAnnotations() |
A |
removeFromUpdatedAnnotations(Map<String,String> map) |
A |
removeFromUpdatedAnnotations(String key) |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
DeploymentRollbackFluent.RollbackToNested<A> |
withNewRollbackTo() |
A |
withNewRollbackTo(Long revision) |
DeploymentRollbackFluent.RollbackToNested<A> |
withNewRollbackToLike(RollbackConfig item) |
A |
withRollbackTo(RollbackConfig rollbackTo) |
A |
withUpdatedAnnotations(Map<String,String> updatedAnnotations) |
String getApiVersion()
String getKind()
String getName()
RollbackConfig getRollbackTo()
A withRollbackTo(RollbackConfig rollbackTo)
DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackTo()
DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackToLike(RollbackConfig item)
DeploymentRollbackFluent.RollbackToNested<A> editRollbackTo()
Copyright © 2011–2017 Red Hat. All rights reserved.