Package io.fabric8.kubernetes.api.model
Class PodExecOptionsFluentImpl<A extends PodExecOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,PodExecOptionsFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.PodExecOptionsNestedImpl
,PodExecOptionsBuilder
,WatchEventFluentImpl.PodExecOptionsObjectNestedImpl
public class PodExecOptionsFluentImpl<A extends PodExecOptionsFluent<A>> extends BaseFluent<A> implements PodExecOptionsFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodExecOptionsFluentImpl()
PodExecOptionsFluentImpl(PodExecOptions instance)
-
Method Summary
-
-
-
Constructor Detail
-
PodExecOptionsFluentImpl
public PodExecOptionsFluentImpl()
-
PodExecOptionsFluentImpl
public PodExecOptionsFluentImpl(PodExecOptions instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersion
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersion
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersion
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersion
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersion
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersion
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addToCommand
public A addToCommand(int index, String item)
- Specified by:
addToCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
setToCommand
public A setToCommand(int index, String item)
- Specified by:
setToCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addToCommand
public A addToCommand(String... items)
- Specified by:
addToCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addAllToCommand
public A addAllToCommand(Collection<String> items)
- Specified by:
addAllToCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
removeFromCommand
public A removeFromCommand(String... items)
- Specified by:
removeFromCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
removeAllFromCommand
public A removeAllFromCommand(Collection<String> items)
- Specified by:
removeAllFromCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getCommand
public List<String> getCommand()
- Specified by:
getCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getCommand
public String getCommand(int index)
- Specified by:
getCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getFirstCommand
public String getFirstCommand()
- Specified by:
getFirstCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getLastCommand
public String getLastCommand()
- Specified by:
getLastCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getMatchingCommand
public String getMatchingCommand(Predicate<String> predicate)
- Specified by:
getMatchingCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasMatchingCommand
public Boolean hasMatchingCommand(Predicate<String> predicate)
- Specified by:
hasMatchingCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withCommand
public A withCommand(List<String> command)
- Specified by:
withCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withCommand
public A withCommand(String... command)
- Specified by:
withCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasCommand
public Boolean hasCommand()
- Specified by:
hasCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addNewCommand
public A addNewCommand(String arg1)
- Specified by:
addNewCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuilder arg1)
- Specified by:
addNewCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuffer arg1)
- Specified by:
addNewCommand
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getContainer
public String getContainer()
- Specified by:
getContainer
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withContainer
public A withContainer(String container)
- Specified by:
withContainer
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasContainer
public Boolean hasContainer()
- Specified by:
hasContainer
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewContainer
public A withNewContainer(String arg1)
- Specified by:
withNewContainer
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewContainer
public A withNewContainer(StringBuilder arg1)
- Specified by:
withNewContainer
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewContainer
public A withNewContainer(StringBuffer arg1)
- Specified by:
withNewContainer
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKind
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKind
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKind
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKind
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKind
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKind
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isStderr
public Boolean isStderr()
- Specified by:
isStderr
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withStderr
public A withStderr(Boolean stderr)
- Specified by:
withStderr
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasStderr
public Boolean hasStderr()
- Specified by:
hasStderr
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStderr
public A withNewStderr(String arg1)
- Specified by:
withNewStderr
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStderr
public A withNewStderr(boolean arg1)
- Specified by:
withNewStderr
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isStdin
public Boolean isStdin()
- Specified by:
isStdin
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withStdin
public A withStdin(Boolean stdin)
- Specified by:
withStdin
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasStdin
public Boolean hasStdin()
- Specified by:
hasStdin
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdin
public A withNewStdin(String arg1)
- Specified by:
withNewStdin
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdin
public A withNewStdin(boolean arg1)
- Specified by:
withNewStdin
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isStdout
public Boolean isStdout()
- Specified by:
isStdout
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withStdout
public A withStdout(Boolean stdout)
- Specified by:
withStdout
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasStdout
public Boolean hasStdout()
- Specified by:
hasStdout
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdout
public A withNewStdout(String arg1)
- Specified by:
withNewStdout
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdout
public A withNewStdout(boolean arg1)
- Specified by:
withNewStdout
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isTty
public Boolean isTty()
- Specified by:
isTty
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withTty
public A withTty(Boolean tty)
- Specified by:
withTty
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasTty
public Boolean hasTty()
- Specified by:
hasTty
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewTty
public A withNewTty(String arg1)
- Specified by:
withNewTty
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewTty
public A withNewTty(boolean arg1)
- Specified by:
withNewTty
in interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
-