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) |
| Modifier and Type | Method and Description |
|---|---|
ExecNewPodHookFluent.EnvNested<T> |
addNewEnv() |
ExecNewPodHookFluent.EnvNested<T> |
addNewEnvLike(EnvVar item) |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToCommand(String... items) |
T |
addToEnv(EnvVar... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getCommand() |
String |
getContainerName() |
List<EnvVar> |
getEnv() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromCommand(String... items) |
T |
removeFromEnv(EnvVar... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withCommand(List<String> command) |
T |
withCommand(String... command) |
T |
withContainerName(String containerName) |
T |
withEnv(EnvVar... env) |
T |
withEnv(List<EnvVar> env) |
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 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–2015 Red Hat. All rights reserved.