Package io.fabric8.openshift.api.model
Class DoneableUpdateHistory
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.UpdateHistoryFluentImpl<DoneableUpdateHistory>
io.fabric8.openshift.api.model.DoneableUpdateHistory
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableUpdateHistory>,io.fabric8.kubernetes.api.builder.Visitable<DoneableUpdateHistory>,io.fabric8.kubernetes.api.model.Doneable<UpdateHistory>,UpdateHistoryFluent<DoneableUpdateHistory>
public class DoneableUpdateHistory extends UpdateHistoryFluentImpl<DoneableUpdateHistory> implements io.fabric8.kubernetes.api.model.Doneable<UpdateHistory>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableUpdateHistory(io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function)DoneableUpdateHistory(UpdateHistory item)DoneableUpdateHistory(UpdateHistory item, io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function) -
Method Summary
Modifier and Type Method Description UpdateHistorydone()Methods inherited from class io.fabric8.openshift.api.model.UpdateHistoryFluentImpl
equals, getCompletionTime, getImage, getStartedTime, getState, getVersion, hasCompletionTime, hasImage, hasStartedTime, hasState, hasVerified, hasVersion, isVerified, withCompletionTime, withImage, withNewCompletionTime, withNewCompletionTime, withNewCompletionTime, withNewImage, withNewImage, withNewImage, withNewStartedTime, withNewStartedTime, withNewStartedTime, withNewState, withNewState, withNewState, withNewVerified, withNewVerified, withNewVersion, withNewVersion, withNewVersion, withStartedTime, withState, withVerified, withVersion
-
Constructor Details
-
DoneableUpdateHistory
public DoneableUpdateHistory(io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function) -
DoneableUpdateHistory
public DoneableUpdateHistory(UpdateHistory item, io.fabric8.kubernetes.api.builder.Function<UpdateHistory,UpdateHistory> function) -
DoneableUpdateHistory
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<UpdateHistory>
-