public interface IPodExec extends ICapability
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPodExec.IPodExecOutputListener
A callback for exec output
|
static class |
IPodExec.Options
Options for exec
|
| Modifier and Type | Method and Description |
|---|---|
IStoppable |
start(IPodExec.IPodExecOutputListener listener,
IPodExec.Options options,
String... commands)
Execute a command on a named container in this pod
|
getName, isSupportedIStoppable start(IPodExec.IPodExecOutputListener listener, IPodExec.Options options, String... commands)
listener - Listener for command outputoptions - Options for the execcommands - A command to run and any argumentsCopyright © 2019 Red Hat, Inc. All Rights Reserved.