Package io.fabric8.openshift.api.model
Class DoneableExecNewPodHook
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ExecNewPodHookFluentImpl<DoneableExecNewPodHook>
io.fabric8.openshift.api.model.DoneableExecNewPodHook
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableExecNewPodHook>,io.fabric8.kubernetes.api.builder.Visitable<DoneableExecNewPodHook>,io.fabric8.kubernetes.api.model.Doneable<ExecNewPodHook>,ExecNewPodHookFluent<DoneableExecNewPodHook>
public class DoneableExecNewPodHook extends ExecNewPodHookFluentImpl<DoneableExecNewPodHook> implements io.fabric8.kubernetes.api.model.Doneable<ExecNewPodHook>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableExecNewPodHook(io.fabric8.kubernetes.api.builder.Function<ExecNewPodHook,ExecNewPodHook> function)DoneableExecNewPodHook(ExecNewPodHook item)DoneableExecNewPodHook(ExecNewPodHook item, io.fabric8.kubernetes.api.builder.Function<ExecNewPodHook,ExecNewPodHook> function) -
Method Summary
Modifier and Type Method Description ExecNewPodHookdone()Methods inherited from class io.fabric8.openshift.api.model.ExecNewPodHookFluentImpl
addAllToCommand, addAllToEnv, addAllToVolumes, addNewCommand, addNewCommand, addNewCommand, addNewVolume, addNewVolume, addNewVolume, addToCommand, addToCommand, addToEnv, addToEnv, addToVolumes, addToVolumes, equals, getCommand, getCommand, getContainerName, getEnv, getEnv, getFirstCommand, getFirstEnv, getFirstVolume, getLastCommand, getLastEnv, getLastVolume, getMatchingCommand, getMatchingEnv, getMatchingVolume, getVolume, getVolumes, hasCommand, hasContainerName, hasEnv, hasMatchingCommand, hasMatchingEnv, hasMatchingVolume, hasVolumes, removeAllFromCommand, removeAllFromEnv, removeAllFromVolumes, removeFromCommand, removeFromEnv, removeFromVolumes, setToCommand, setToEnv, setToVolumes, withCommand, withCommand, withContainerName, withEnv, withEnv, withNewContainerName, withNewContainerName, withNewContainerName, withVolumes, withVolumes
-
Constructor Details
-
DoneableExecNewPodHook
public DoneableExecNewPodHook(io.fabric8.kubernetes.api.builder.Function<ExecNewPodHook,ExecNewPodHook> function) -
DoneableExecNewPodHook
public DoneableExecNewPodHook(ExecNewPodHook item, io.fabric8.kubernetes.api.builder.Function<ExecNewPodHook,ExecNewPodHook> function) -
DoneableExecNewPodHook
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ExecNewPodHook>
-