Package io.fabric8.openshift.api.model
Class ExecNewPodHookBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ExecNewPodHookFluentImpl<ExecNewPodHookBuilder>
io.fabric8.openshift.api.model.ExecNewPodHookBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ExecNewPodHook>,io.fabric8.kubernetes.api.builder.Fluent<ExecNewPodHookBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ExecNewPodHookBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ExecNewPodHook,ExecNewPodHookBuilder>,ExecNewPodHookFluent<ExecNewPodHookBuilder>
public class ExecNewPodHookBuilder extends ExecNewPodHookFluentImpl<ExecNewPodHookBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ExecNewPodHook,ExecNewPodHookBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecNewPodHookBuilder()ExecNewPodHookBuilder(ExecNewPodHook instance)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, ExecNewPodHook instance)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, ExecNewPodHook instance, Boolean validationEnabled)ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, Boolean validationEnabled)ExecNewPodHookBuilder(ExecNewPodHook instance, Boolean validationEnabled)ExecNewPodHookBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ExecNewPodHookbuild()booleanequals(Object o)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, 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, withVolumesMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ExecNewPodHookBuilder
public ExecNewPodHookBuilder() -
ExecNewPodHookBuilder
-
ExecNewPodHookBuilder
-
ExecNewPodHookBuilder
-
ExecNewPodHookBuilder
-
ExecNewPodHookBuilder
public ExecNewPodHookBuilder(ExecNewPodHookFluent<?> fluent, ExecNewPodHook instance, Boolean validationEnabled) -
ExecNewPodHookBuilder
-
ExecNewPodHookBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ExecNewPodHook>
-
equals
- Overrides:
equalsin classExecNewPodHookFluentImpl<ExecNewPodHookBuilder>
-