Action CRD reference
Action represents a task that will be performed once It is similar to k8s Job.
Action
| Field | Description | Type | 
|---|---|---|
| apiVersion | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | string | 
| kind | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | string | 
| spec | ActionSpec specifies the type of Action | object | 
| status | ActionStatus is the status of action operation | object | 
spec fields
| Field | Description | Type | 
|---|---|---|
| spec.actionParameter | ActionParameter contains the parameters necessary for executing the specified action. | object | 
| spec.actionType | ActionType defines the type of action to be executed. It can be one of the following: - nearsyncFailover - failover - failback | string | 
status fields
| Field | Description | Type | 
|---|---|---|
| status.stage | ActionStageType is the stage of the action | string | 
| status.status | ActionStatusType is the current status of the Action | string | 
| status.summary | ActionSummary lists the summary of the action | object | 
| status.summary.failbackSummary.status | ActionStatusType is the current status of the Action | string | 
| status.summary.failoverSummary.status | ActionStatusType is the current status of the Action | string |