Package io.fabric8.openshift.api.model
Class DoneableLifecycleHook
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.LifecycleHookFluentImpl<DoneableLifecycleHook>
io.fabric8.openshift.api.model.DoneableLifecycleHook
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableLifecycleHook>,io.fabric8.kubernetes.api.builder.Visitable<DoneableLifecycleHook>,io.fabric8.kubernetes.api.model.Doneable<LifecycleHook>,LifecycleHookFluent<DoneableLifecycleHook>
public class DoneableLifecycleHook extends LifecycleHookFluentImpl<DoneableLifecycleHook> implements io.fabric8.kubernetes.api.model.Doneable<LifecycleHook>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.LifecycleHookFluentImpl
LifecycleHookFluentImpl.ExecNewPodNestedImpl<N>, LifecycleHookFluentImpl.TagImagesNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.LifecycleHookFluent
LifecycleHookFluent.ExecNewPodNested<N>, LifecycleHookFluent.TagImagesNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableLifecycleHook(io.fabric8.kubernetes.api.builder.Function<LifecycleHook,LifecycleHook> function)DoneableLifecycleHook(LifecycleHook item)DoneableLifecycleHook(LifecycleHook item, io.fabric8.kubernetes.api.builder.Function<LifecycleHook,LifecycleHook> function) -
Method Summary
Modifier and Type Method Description LifecycleHookdone()Methods inherited from class io.fabric8.openshift.api.model.LifecycleHookFluentImpl
addAllToTagImages, addNewTagImage, addNewTagImageLike, addToTagImages, addToTagImages, buildExecNewPod, buildFirstTagImage, buildLastTagImage, buildMatchingTagImage, buildTagImage, buildTagImages, editExecNewPod, editFirstTagImage, editLastTagImage, editMatchingTagImage, editOrNewExecNewPod, editOrNewExecNewPodLike, editTagImage, equals, getExecNewPod, getFailurePolicy, getTagImages, hasExecNewPod, hasFailurePolicy, hasMatchingTagImage, hasTagImages, removeAllFromTagImages, removeFromTagImages, removeMatchingFromTagImages, setNewTagImageLike, setToTagImages, withExecNewPod, withFailurePolicy, withNewExecNewPod, withNewExecNewPodLike, withNewFailurePolicy, withNewFailurePolicy, withNewFailurePolicy, withTagImages, withTagImages
-
Constructor Details
-
DoneableLifecycleHook
public DoneableLifecycleHook(io.fabric8.kubernetes.api.builder.Function<LifecycleHook,LifecycleHook> function) -
DoneableLifecycleHook
public DoneableLifecycleHook(LifecycleHook item, io.fabric8.kubernetes.api.builder.Function<LifecycleHook,LifecycleHook> function) -
DoneableLifecycleHook
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<LifecycleHook>
-