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