Modifier and Type | Method and Description |
---|---|
Process |
execute() |
String[] |
getCommand() |
String |
getContainer() |
String |
getName() |
String |
getNamespace() |
boolean |
getStderr() |
boolean |
getStdin() |
boolean |
getStdout() |
boolean |
getTty() |
Exec.ExecutionBuilder |
setContainer(String container) |
Exec.ExecutionBuilder |
setStderr(boolean stderr) |
Exec.ExecutionBuilder |
setStdin(boolean stdin) |
Exec.ExecutionBuilder |
setStdout(boolean stdout) |
Exec.ExecutionBuilder |
setTty(boolean tty) |
public String getName()
public String getNamespace()
public String[] getCommand()
public String getContainer()
public Exec.ExecutionBuilder setContainer(String container)
public boolean getStdin()
public Exec.ExecutionBuilder setStdin(boolean stdin)
public boolean getStdout()
public Exec.ExecutionBuilder setStdout(boolean stdout)
public boolean getStderr()
public Exec.ExecutionBuilder setStderr(boolean stderr)
public boolean getTty()
public Exec.ExecutionBuilder setTty(boolean tty)
public Process execute() throws io.kubernetes.client.openapi.ApiException, IOException
io.kubernetes.client.openapi.ApiException
IOException
Copyright © 2021. All rights reserved.