Skip to main content
Version: 3.2

Action

Action represents a task that will be performed once It is similar to k8s Job.

Action

FieldDescriptionType
apiVersionAPIVersion 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
kindKind 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
specActionSpec specifies the type of Actionobject
statusActionStatus is the status of action operationobject

spec fields

FieldDescriptionType
spec.actionParameterActionParameter contains the parameters necessary for executing the specified action.object
spec.actionTypeActionType defines the type of action to be executed.
It can be one of the following:
- nearsyncFailover
- failover
- failback
string

status fields

FieldDescriptionType
status.stageActionStageType is the stage of the actionstring
status.statusActionStatusType is the current status of the Actionstring
status.summaryActionSummary lists the summary of the actionobject