Package io.fabric8.openshift.api.model
Class ExecNewPodHookBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ExecNewPodHookFluent<ExecNewPodHookBuilder>
-
- io.fabric8.openshift.api.model.ExecNewPodHookBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ExecNewPodHook>,io.fabric8.kubernetes.api.builder.Visitable<ExecNewPodHookBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ExecNewPodHook,ExecNewPodHookBuilder>
public class ExecNewPodHookBuilder extends ExecNewPodHookFluent<ExecNewPodHookBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ExecNewPodHook,ExecNewPodHookBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ExecNewPodHookFluent
ExecNewPodHookFluent.EnvNested<N>
-
-
Constructor Summary
Constructors Constructor Description ExecNewPodHookBuilder()ExecNewPodHookBuilder(ExecNewPodHook instance)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, ExecNewPodHook instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecNewPodHookbuild()-
Methods inherited from class io.fabric8.openshift.api.model.ExecNewPodHookFluent
addAllToCommand, addAllToEnv, addAllToVolumes, addNewEnv, addNewEnvLike, addToAdditionalProperties, addToAdditionalProperties, addToCommand, addToCommand, addToEnv, addToEnv, addToVolumes, addToVolumes, buildEnv, buildEnv, buildFirstEnv, buildLastEnv, buildMatchingEnv, copyInstance, editEnv, editFirstEnv, editLastEnv, editMatchingEnv, equals, getAdditionalProperties, getCommand, getCommand, getContainerName, getFirstCommand, getFirstVolume, getLastCommand, getLastVolume, getMatchingCommand, getMatchingVolume, getVolume, getVolumes, hasAdditionalProperties, hasCommand, hasContainerName, hasEnv, hashCode, hasMatchingCommand, hasMatchingEnv, hasMatchingVolume, hasVolumes, removeAllFromCommand, removeAllFromEnv, removeAllFromVolumes, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCommand, removeFromEnv, removeFromVolumes, removeMatchingFromEnv, setNewEnvLike, setToCommand, setToEnv, setToVolumes, toString, withAdditionalProperties, withCommand, withCommand, withContainerName, withEnv, withEnv, withVolumes, withVolumes
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ExecNewPodHookBuilder
public ExecNewPodHookBuilder()
-
ExecNewPodHookBuilder
public ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent)
-
ExecNewPodHookBuilder
public ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, ExecNewPodHook instance)
-
ExecNewPodHookBuilder
public ExecNewPodHookBuilder(ExecNewPodHook instance)
-
-
Method Detail
-
build
public ExecNewPodHook build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ExecNewPodHook>
-
-