Package io.fabric8.kubernetes.api.model
Class ExecConfig
java.lang.Object
io.fabric8.kubernetes.api.model.ExecConfig
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class ExecConfig extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExecConfig()
No args constructor for use in serializationExecConfig(String apiVersion, List<String> args, String command, List<ExecEnvVar> env)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getApiVersion()
List<String>
getArgs()
String
getCommand()
List<ExecEnvVar>
getEnv()
void
setAdditionalProperty(String name, Object value)
void
setApiVersion(String apiVersion)
void
setArgs(List<String> args)
void
setCommand(String command)
void
setEnv(List<ExecEnvVar> env)
-
Constructor Details
-
ExecConfig
public ExecConfig()No args constructor for use in serialization -
ExecConfig
- Parameters:
args
-apiVersion
-env
-command
-
-
-
Method Details
-
getApiVersion
- Returns:
- The apiVersion
-
setApiVersion
- Parameters:
apiVersion
- The apiVersion
-
getArgs
- Returns:
- The args
-
setArgs
- Parameters:
args
- The args
-
getCommand
- Returns:
- The command
-
setCommand
- Parameters:
command
- The command
-
getEnv
- Returns:
- The env
-
setEnv
- Parameters:
env
- The env
-
getAdditionalProperties
-
setAdditionalProperty
-