public class KubectlExecSpec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
commandLine |
protected boolean |
ignoreExitValue |
protected java.lang.String |
input |
protected OutputFormat |
outputFormat |
| Constructor and Description |
|---|
KubectlExecSpec() |
| Modifier and Type | Method and Description |
|---|---|
KubectlExecSpec |
duplicate() |
java.lang.String |
getCommandLine() |
java.lang.String |
getInput() |
OutputFormat |
getOutputFormat() |
boolean |
isIgnoreExitValue() |
void |
setCommandLine(java.lang.String commandLine) |
void |
setIgnoreExitValue(boolean ignoreExitValue) |
void |
setInput(java.lang.String input) |
void |
setOutputFormat(OutputFormat outputFormat) |
protected java.lang.String commandLine
protected boolean ignoreExitValue
protected OutputFormat outputFormat
protected java.lang.String input
public boolean isIgnoreExitValue()
public void setIgnoreExitValue(boolean ignoreExitValue)
public java.lang.String getCommandLine()
public void setCommandLine(java.lang.String commandLine)
public OutputFormat getOutputFormat()
public void setOutputFormat(OutputFormat outputFormat)
public KubectlExecSpec duplicate()
public java.lang.String getInput()
public void setInput(java.lang.String input)