Versions in this module Expand all Collapse all v2 v2.0.0 Dec 22, 2025 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type TaskAction struct + Spec TaskActionSpec + Status TaskActionStatus + func (in *TaskAction) DeepCopy() *TaskAction + func (in *TaskAction) DeepCopyInto(out *TaskAction) + func (in *TaskAction) DeepCopyObject() runtime.Object + type TaskActionList struct + Items []TaskAction + func (in *TaskActionList) DeepCopy() *TaskActionList + func (in *TaskActionList) DeepCopyInto(out *TaskActionList) + func (in *TaskActionList) DeepCopyObject() runtime.Object + type TaskActionSpec struct + TaskActionBytes []byte + func (in *TaskActionSpec) DeepCopy() *TaskActionSpec + func (in *TaskActionSpec) DeepCopyInto(out *TaskActionSpec) + func (in *TaskActionSpec) GetActionSpec() (*workflow.ActionSpec, error) + func (in *TaskActionSpec) SetActionSpec(spec *workflow.ActionSpec) error + type TaskActionStatus struct + Conditions []metav1.Condition + Message string + Phase string + StateJSON string + func (in *TaskActionStatus) DeepCopy() *TaskActionStatus + func (in *TaskActionStatus) DeepCopyInto(out *TaskActionStatus)