Package io.fabric8.kubernetes.api.model
Class DoneablePodExecOptions
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl<DoneablePodExecOptions>
io.fabric8.kubernetes.api.model.DoneablePodExecOptions
- All Implemented Interfaces:
Fluent<DoneablePodExecOptions>,Visitable<DoneablePodExecOptions>,Doneable<PodExecOptions>,PodExecOptionsFluent<DoneablePodExecOptions>
public class DoneablePodExecOptions extends PodExecOptionsFluentImpl<DoneablePodExecOptions> implements Doneable<PodExecOptions>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePodExecOptions(Function<PodExecOptions,PodExecOptions> function)DoneablePodExecOptions(PodExecOptions item)DoneablePodExecOptions(PodExecOptions item, Function<PodExecOptions,PodExecOptions> function) -
Method Summary
Modifier and Type Method Description PodExecOptionsdone()Methods inherited from class io.fabric8.kubernetes.api.model.PodExecOptionsFluentImpl
addAllToCommand, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, equals, getApiVersion, getCommand, getCommand, getContainer, getFirstCommand, getKind, getLastCommand, getMatchingCommand, hasApiVersion, hasCommand, hasContainer, hasKind, hasMatchingCommand, hasStderr, hasStdin, hasStdout, hasTty, isStderr, isStdin, isStdout, isTty, removeAllFromCommand, removeFromCommand, setToCommand, withApiVersion, withCommand, withCommand, withContainer, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewContainer, withNewContainer, withNewContainer, withNewKind, withNewKind, withNewKind, withNewStderr, withNewStderr, withNewStdin, withNewStdin, withNewStdout, withNewStdout, withNewTty, withNewTty, withStderr, withStdin, withStdout, withTty
-
Constructor Details
-
DoneablePodExecOptions
-
DoneablePodExecOptions
public DoneablePodExecOptions(PodExecOptions item, Function<PodExecOptions,PodExecOptions> function) -
DoneablePodExecOptions
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<PodExecOptions>
-