Class RollbackConfigFluentImpl<A extends RollbackConfigFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.extensions.RollbackConfigFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RollbackConfigFluent<A>
- Direct Known Subclasses:
DeploymentRollbackFluentImpl.RollbackToNestedImpl,DeploymentSpecFluentImpl.RollbackToNestedImpl,DoneableRollbackConfig,RollbackConfigBuilder
public class RollbackConfigFluentImpl<A extends RollbackConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RollbackConfigFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RollbackConfigFluentImpl()RollbackConfigFluentImpl(RollbackConfig instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)LonggetRevision()BooleanhasRevision()AwithRevision(Long revision)
-
Constructor Details
-
RollbackConfigFluentImpl
public RollbackConfigFluentImpl() -
RollbackConfigFluentImpl
-
-
Method Details
-
getRevision
- Specified by:
getRevisionin interfaceRollbackConfigFluent<A extends RollbackConfigFluent<A>>
-
withRevision
- Specified by:
withRevisionin interfaceRollbackConfigFluent<A extends RollbackConfigFluent<A>>
-
hasRevision
- Specified by:
hasRevisionin interfaceRollbackConfigFluent<A extends RollbackConfigFluent<A>>
-
equals
-