Interface RollbackConfigFluent<A extends RollbackConfigFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DeploymentRollbackFluent.RollbackToNested<N>,DeploymentSpecFluent.RollbackToNested<N>
- All Known Implementing Classes:
DeploymentRollbackFluentImpl.RollbackToNestedImpl,DeploymentSpecFluentImpl.RollbackToNestedImpl,DoneableRollbackConfig,RollbackConfigBuilder,RollbackConfigFluentImpl
public interface RollbackConfigFluent<A extends RollbackConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description LonggetRevision()BooleanhasRevision()AwithRevision(Long revision)
-
Method Details
-
getRevision
Long getRevision() -
withRevision
-
hasRevision
Boolean hasRevision()
-