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:
getApiVersionin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addToCommand
public A addToCommand(int index, String item)
- Specified by:
addToCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
setToCommand
public A setToCommand(int index, String item)
- Specified by:
setToCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addToCommand
public A addToCommand(String... items)
- Specified by:
addToCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addAllToCommand
public A addAllToCommand(Collection<String> items)
- Specified by:
addAllToCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
removeFromCommand
public A removeFromCommand(String... items)
- Specified by:
removeFromCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
removeAllFromCommand
public A removeAllFromCommand(Collection<String> items)
- Specified by:
removeAllFromCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getCommand
public List<String> getCommand()
- Specified by:
getCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getCommand
public String getCommand(int index)
- Specified by:
getCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getFirstCommand
public String getFirstCommand()
- Specified by:
getFirstCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getLastCommand
public String getLastCommand()
- Specified by:
getLastCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getMatchingCommand
public String getMatchingCommand(Predicate<String> predicate)
- Specified by:
getMatchingCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasMatchingCommand
public Boolean hasMatchingCommand(Predicate<String> predicate)
- Specified by:
hasMatchingCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withCommand
public A withCommand(List<String> command)
- Specified by:
withCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withCommand
public A withCommand(String... command)
- Specified by:
withCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasCommand
public Boolean hasCommand()
- Specified by:
hasCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addNewCommand
public A addNewCommand(String arg1)
- Specified by:
addNewCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuilder arg1)
- Specified by:
addNewCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
addNewCommand
public A addNewCommand(StringBuffer arg1)
- Specified by:
addNewCommandin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getContainer
public String getContainer()
- Specified by:
getContainerin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withContainer
public A withContainer(String container)
- Specified by:
withContainerin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasContainer
public Boolean hasContainer()
- Specified by:
hasContainerin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewContainer
public A withNewContainer(String arg1)
- Specified by:
withNewContainerin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewContainer
public A withNewContainer(StringBuilder arg1)
- Specified by:
withNewContainerin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewContainer
public A withNewContainer(StringBuffer arg1)
- Specified by:
withNewContainerin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isStderr
public Boolean isStderr()
- Specified by:
isStderrin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withStderr
public A withStderr(Boolean stderr)
- Specified by:
withStderrin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasStderr
public Boolean hasStderr()
- Specified by:
hasStderrin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStderr
public A withNewStderr(String arg1)
- Specified by:
withNewStderrin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStderr
public A withNewStderr(boolean arg1)
- Specified by:
withNewStderrin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isStdin
public Boolean isStdin()
- Specified by:
isStdinin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withStdin
public A withStdin(Boolean stdin)
- Specified by:
withStdinin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasStdin
public Boolean hasStdin()
- Specified by:
hasStdinin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdin
public A withNewStdin(String arg1)
- Specified by:
withNewStdinin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdin
public A withNewStdin(boolean arg1)
- Specified by:
withNewStdinin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isStdout
public Boolean isStdout()
- Specified by:
isStdoutin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withStdout
public A withStdout(Boolean stdout)
- Specified by:
withStdoutin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasStdout
public Boolean hasStdout()
- Specified by:
hasStdoutin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdout
public A withNewStdout(String arg1)
- Specified by:
withNewStdoutin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewStdout
public A withNewStdout(boolean arg1)
- Specified by:
withNewStdoutin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
isTty
public Boolean isTty()
- Specified by:
isTtyin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withTty
public A withTty(Boolean tty)
- Specified by:
withTtyin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
hasTty
public Boolean hasTty()
- Specified by:
hasTtyin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewTty
public A withNewTty(String arg1)
- Specified by:
withNewTtyin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
withNewTty
public A withNewTty(boolean arg1)
- Specified by:
withNewTtyin interfacePodExecOptionsFluent<A extends PodExecOptionsFluent<A>>
-
-