@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ExecAction extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COMMAND |
Constructor and Description |
---|
V1ExecAction() |
Modifier and Type | Method and Description |
---|---|
V1ExecAction |
addCommandItem(String commandItem) |
V1ExecAction |
command(List<String> command) |
boolean |
equals(Object o) |
List<String> |
getCommand()
Command is the command line to execute inside the container, the working directory for the
command is root ('/') in the container's filesystem.
|
int |
hashCode() |
void |
setCommand(List<String> command) |
String |
toString() |
public static final String SERIALIZED_NAME_COMMAND
public V1ExecAction command(List<String> command)
public V1ExecAction addCommandItem(String commandItem)
@Nullable public List<String> getCommand()
Copyright © 2020. All rights reserved.