Class DoneableDeploymentRollback
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.extensions.DeploymentRollbackFluentImpl<DoneableDeploymentRollback>
io.fabric8.kubernetes.api.model.extensions.DoneableDeploymentRollback
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableDeploymentRollback>,io.fabric8.kubernetes.api.builder.Visitable<DoneableDeploymentRollback>,io.fabric8.kubernetes.api.model.Doneable<DeploymentRollback>,DeploymentRollbackFluent<DoneableDeploymentRollback>
public class DoneableDeploymentRollback extends DeploymentRollbackFluentImpl<DoneableDeploymentRollback> implements io.fabric8.kubernetes.api.model.Doneable<DeploymentRollback>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.extensions.DeploymentRollbackFluentImpl
DeploymentRollbackFluentImpl.RollbackToNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.extensions.DeploymentRollbackFluent
DeploymentRollbackFluent.RollbackToNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableDeploymentRollback(io.fabric8.kubernetes.api.builder.Function<DeploymentRollback,DeploymentRollback> function)DoneableDeploymentRollback(DeploymentRollback item)DoneableDeploymentRollback(DeploymentRollback item, io.fabric8.kubernetes.api.builder.Function<DeploymentRollback,DeploymentRollback> function) -
Method Summary
Modifier and Type Method Description DeploymentRollbackdone()Methods inherited from class io.fabric8.kubernetes.api.model.extensions.DeploymentRollbackFluentImpl
addToUpdatedAnnotations, addToUpdatedAnnotations, buildRollbackTo, editOrNewRollbackTo, editOrNewRollbackToLike, editRollbackTo, equals, getApiVersion, getKind, getName, getRollbackTo, getUpdatedAnnotations, hasApiVersion, hasKind, hasName, hasRollbackTo, hasUpdatedAnnotations, removeFromUpdatedAnnotations, removeFromUpdatedAnnotations, withApiVersion, withKind, withName, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewName, withNewName, withNewName, withNewRollbackTo, withNewRollbackTo, withNewRollbackToLike, withRollbackTo, withUpdatedAnnotations
-
Constructor Details
-
DoneableDeploymentRollback
public DoneableDeploymentRollback(io.fabric8.kubernetes.api.builder.Function<DeploymentRollback,DeploymentRollback> function) -
DoneableDeploymentRollback
public DoneableDeploymentRollback(DeploymentRollback item, io.fabric8.kubernetes.api.builder.Function<DeploymentRollback,DeploymentRollback> function) -
DoneableDeploymentRollback
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<DeploymentRollback>
-