public class ExecNewPodHookFluentImpl<A extends ExecNewPodHookFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ExecNewPodHookFluent<A>
| Constructor and Description |
|---|
ExecNewPodHookFluentImpl() |
ExecNewPodHookFluentImpl(ExecNewPodHook instance) |
public ExecNewPodHookFluentImpl()
public ExecNewPodHookFluentImpl(ExecNewPodHook instance)
public A addToCommand(int index, String item)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToCommand(int index, String item)
setToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToCommand(String... items)
addToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<String> getCommand()
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getCommand(int index)
getCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getFirstCommand()
getFirstCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getLastCommand()
getLastCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand 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 Boolean hasCommand()
hasCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(String arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(StringBuilder arg1)
addNewCommand in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewCommand(StringBuffer arg1)
addNewCommand 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 Boolean hasContainerName()
hasContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(String arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(StringBuilder arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withNewContainerName(StringBuffer arg1)
withNewContainerName in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
getEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getEnv(int index)
getEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getFirstEnv()
getFirstEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getLastEnv()
getLastEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
getMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
hasMatchingEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A withEnv(io.fabric8.kubernetes.api.model.EnvVar... env)
withEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasEnv()
hasEnv in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(int index, String item)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A setToVolumes(int index, String item)
setToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addToVolumes(String... items)
addToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addAllToVolumes(Collection<String> items)
addAllToVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeFromVolumes(String... items)
removeFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A removeAllFromVolumes(Collection<String> items)
removeAllFromVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public List<String> getVolumes()
getVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getVolume(int index)
getVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getFirstVolume()
getFirstVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getLastVolume()
getLastVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public String getMatchingVolume(Predicate<String> predicate)
getMatchingVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public Boolean hasMatchingVolume(Predicate<String> predicate)
hasMatchingVolume 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>>public Boolean hasVolumes()
hasVolumes in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(String arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(StringBuilder arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>public A addNewVolume(StringBuffer arg1)
addNewVolume in interface ExecNewPodHookFluent<A extends ExecNewPodHookFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.