public class ExecNewPodHookFluentImpl<A extends ExecNewPodHookFluent<A>> extends BaseFluent<A> implements ExecNewPodHookFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ExecNewPodHookFluentImpl.EnvNestedImpl<N> |
ExecNewPodHookFluent.EnvNested<N>_visitables| Constructor and Description |
|---|
ExecNewPodHookFluentImpl() |
ExecNewPodHookFluentImpl(ExecNewPodHook instance) |
| Modifier and Type | Method and Description |
|---|---|
ExecNewPodHookFluent.EnvNested<A> |
addNewEnv() |
ExecNewPodHookFluent.EnvNested<A> |
addNewEnvLike(EnvVar item) |
A |
addToCommand(String... items) |
A |
addToEnv(EnvVar... items) |
A |
addToVolumes(String... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
String |
getContainerName() |
List<EnvVar> |
getEnv() |
List<String> |
getVolumes() |
A |
removeFromCommand(String... items) |
A |
removeFromEnv(EnvVar... items) |
A |
removeFromVolumes(String... items) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A |
withContainerName(String containerName) |
A |
withEnv(EnvVar... env) |
A |
withEnv(List<EnvVar> env) |
A |
withVolumes(List<String> volumes) |
A |
withVolumes(String... volumes) |
public ExecNewPodHookFluentImpl()
public ExecNewPodHookFluentImpl(ExecNewPodHook instance)
public A addToCommand(String... items)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<String> getCommand()
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withCommand(List<String> command)
withCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withCommand(String... command)
withCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getContainerName()
getContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withContainerName(String containerName)
withContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(EnvVar... items)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromEnv(EnvVar... items)
removeFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<EnvVar> getEnv()
getEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(List<EnvVar> env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(EnvVar... env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> addNewEnv()
addNewEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public ExecNewPodHookFluent.EnvNested<A> addNewEnvLike(EnvVar item)
addNewEnvLike in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(String... items)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromVolumes(String... items)
removeFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<String> getVolumes()
getVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withVolumes(List<String> volumes)
withVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withVolumes(String... volumes)
withVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.