Uses of Class
io.fabric8.openshift.api.model.ExecNewPodHook
-
Packages that use ExecNewPodHook Package Description io.fabric8.openshift.api.model -
-
Uses of ExecNewPodHook in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ExecNewPodHook Modifier and Type Method Description ExecNewPodHookExecNewPodHookBuilder. build()ExecNewPodHookLifecycleHookFluent. buildExecNewPod()ExecNewPodHookLifecycleHook. getExecNewPod()LifecycleHook defines a specific deployment lifecycle action.Methods in io.fabric8.openshift.api.model with parameters of type ExecNewPodHook Modifier and Type Method Description protected voidExecNewPodHookFluent. copyInstance(ExecNewPodHook instance)LifecycleHookFluent.ExecNewPodNested<A>LifecycleHookFluent. editOrNewExecNewPodLike(ExecNewPodHook item)voidLifecycleHook. setExecNewPod(ExecNewPodHook execNewPod)LifecycleHook defines a specific deployment lifecycle action.ALifecycleHookFluent. withExecNewPod(ExecNewPodHook execNewPod)LifecycleHookFluent.ExecNewPodNested<A>LifecycleHookFluent. withNewExecNewPodLike(ExecNewPodHook item)Constructors in io.fabric8.openshift.api.model with parameters of type ExecNewPodHook Constructor Description ExecNewPodHookBuilder(ExecNewPodHook instance)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, ExecNewPodHook instance)ExecNewPodHookFluent(ExecNewPodHook instance)LifecycleHook(ExecNewPodHook execNewPod, String failurePolicy, List<TagImageHook> tagImages)
-