public class DeploymentRollbackFluentImpl<A extends DeploymentRollbackFluent<A>> extends BaseFluent<A> implements DeploymentRollbackFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentRollbackFluentImpl.RollbackToNestedImpl<N> |
DeploymentRollbackFluent.RollbackToNested<N>_visitables| Constructor and Description |
|---|
DeploymentRollbackFluentImpl() |
DeploymentRollbackFluentImpl(DeploymentRollback instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToUpdatedAnnotations(Map<String,String> map) |
A |
addToUpdatedAnnotations(String key,
String value) |
DeploymentRollbackFluent.RollbackToNested<A> |
editRollbackTo() |
boolean |
equals(Object o) |
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) |
public DeploymentRollbackFluentImpl()
public DeploymentRollbackFluentImpl(DeploymentRollback instance)
public String getApiVersion()
getApiVersion in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public String getKind()
getKind in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A withKind(String kind)
withKind in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public String getName()
getName in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A withName(String name)
withName in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public RollbackConfig getRollbackTo()
getRollbackTo in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A withRollbackTo(RollbackConfig rollbackTo)
withRollbackTo in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackTo()
withNewRollbackTo in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackToLike(RollbackConfig item)
withNewRollbackToLike in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public DeploymentRollbackFluent.RollbackToNested<A> editRollbackTo()
editRollbackTo in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A withNewRollbackTo(Long revision)
withNewRollbackTo in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A addToUpdatedAnnotations(String key, String value)
addToUpdatedAnnotations in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A addToUpdatedAnnotations(Map<String,String> map)
addToUpdatedAnnotations in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A removeFromUpdatedAnnotations(String key)
removeFromUpdatedAnnotations in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A removeFromUpdatedAnnotations(Map<String,String> map)
removeFromUpdatedAnnotations in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public Map<String,String> getUpdatedAnnotations()
getUpdatedAnnotations in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>public A withUpdatedAnnotations(Map<String,String> updatedAnnotations)
withUpdatedAnnotations in interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.