Interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Implementing Classes:
DeploymentRollbackBuilder,DeploymentRollbackFluentImpl,DoneableDeploymentRollback
public interface DeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeploymentRollbackFluent.RollbackToNested<N> -
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getRollbackTo
Deprecated.This method has been deprecated, please use method buildRollbackTo instead.- Returns:
- The buildable object.
-
buildRollbackTo
RollbackConfig buildRollbackTo() -
withRollbackTo
-
hasRollbackTo
Boolean hasRollbackTo() -
withNewRollbackTo
-
withNewRollbackTo
DeploymentRollbackFluent.RollbackToNested<A> withNewRollbackTo() -
withNewRollbackToLike
-
editRollbackTo
DeploymentRollbackFluent.RollbackToNested<A> editRollbackTo() -
editOrNewRollbackTo
DeploymentRollbackFluent.RollbackToNested<A> editOrNewRollbackTo() -
editOrNewRollbackToLike
-
addToUpdatedAnnotations
-
addToUpdatedAnnotations
-
removeFromUpdatedAnnotations
-
removeFromUpdatedAnnotations
-
getUpdatedAnnotations
-
withUpdatedAnnotations
-
hasUpdatedAnnotations
Boolean hasUpdatedAnnotations()
-