public interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
DeploymentRollbackFluent.RollbackToNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
@Deprecated RollbackConfig getRollbackTo()
RollbackConfig buildRollbackTo()
A withRollbackTo(RollbackConfig rollbackTo)
Boolean hasRollbackTo()
DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackTo()
DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackToLike(RollbackConfig item)
DeploymentRollbackFluent.RollbackToNested<A> editRollbackTo()
DeploymentRollbackFluent.RollbackToNested<A> editOrNewRollbackTo()
DeploymentRollbackFluent.RollbackToNested<A> editOrNewRollbackToLike(RollbackConfig item)
Boolean hasUpdatedAnnotations()
Copyright © 2015–2020 Red Hat. All rights reserved.