Package io.fabric8.kubernetes.api.model
Class ExecAction
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ExecAction
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class ExecAction extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecAction()
No args constructor for use in serializationExecAction(List<String> command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
List<String>
getCommand()
void
setAdditionalProperty(String name, Object value)
void
setCommand(List<String> command)
-