public interface Execable
| Modifier and Type | Method and Description |
|---|---|
ExecWatch |
attach()
Attach to the main process of a container
|
ExecWatch |
exec(String... input)
Execute a command in a container
|
Execable |
withReadyWaitTimeout(Integer timeout)
How long shall we wait until a Pod is ready before attaching or execing
|
ExecWatch exec(String... input)
input - the command to runExecWatch attach()
Copyright © 2015–2023 Red Hat. All rights reserved.