TaskAction
This class represents the schema for the taskactions API. It defines the structure for a TaskAction object, including its metadata, desired specification, and observed status.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Spec | [TaskActionSpec](taskactionspec.md?sid=executor_api_v1_taskactionspec) | spec defines the desired state of TaskAction |
| Status | [TaskActionStatus](taskactionstatus.md?sid=executor_api_v1_taskactionstatus) | status defines the observed state of TaskAction |