public class PodExecOptionsFluentImpl<A extends PodExecOptionsFluent<A>> extends BaseFluent<A> implements PodExecOptionsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
PodExecOptionsFluentImpl() |
PodExecOptionsFluentImpl(PodExecOptions instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PodExecOptionsFluentImpl()
public PodExecOptionsFluentImpl(PodExecOptions instance)
public String getApiVersion()
getApiVersion in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A addToCommand(Integer index, String item)
addToCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A setToCommand(Integer index, String item)
setToCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A addToCommand(String... items)
addToCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A addAllToCommand(Collection<String> items)
addAllToCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public List<String> getCommand()
getCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public String getCommand(Integer index)
getCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public String getFirstCommand()
getFirstCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public String getLastCommand()
getLastCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withCommand(List<String> command)
withCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withCommand(String... command)
withCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasCommand()
hasCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A addNewCommand(String arg0)
addNewCommand in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public String getContainer()
getContainer in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withContainer(String container)
withContainer in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasContainer()
hasContainer in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>@Deprecated public A withNewContainer(String arg0)
withNewContainer in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public String getKind()
getKind in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withKind(String kind)
withKind in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasKind()
hasKind in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean getStderr()
getStderr in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withStderr(Boolean stderr)
withStderr in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasStderr()
hasStderr in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean getStdin()
getStdin in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withStdin(Boolean stdin)
withStdin in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasStdin()
hasStdin in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean getStdout()
getStdout in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withStdout(Boolean stdout)
withStdout in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasStdout()
hasStdout in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean getTty()
getTty in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public A withTty(Boolean tty)
withTty in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>public Boolean hasTty()
hasTty in interface PodExecOptionsFluent<A extends PodExecOptionsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.