workflowrun

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2025 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConditionWorkflowRunning   controller.ConditionType = "WorkflowRunning"
	ConditionWorkflowFailed    controller.ConditionType = "WorkflowFailed"
	ConditionWorkflowSucceeded controller.ConditionType = "WorkflowSucceeded"
	ConditionWorkflowCompleted controller.ConditionType = "WorkflowCompleted"
	ConditionWorkloadUpdated   controller.ConditionType = "WorkloadUpdated"
)
View Source
const (
	ReasonWorkflowPending      controller.ConditionReason = "WorkflowPending"
	ReasonWorkflowRunning      controller.ConditionReason = "WorkflowRunning"
	ReasonWorkflowSucceeded    controller.ConditionReason = "WorkflowSucceeded"
	ReasonWorkflowFailed       controller.ConditionReason = "WorkflowFailed"
	ReasonWorkloadUpdated      controller.ConditionReason = "WorkloadUpdated"
	ReasonWorkloadUpdateFailed controller.ConditionReason = "WorkloadUpdateFailed"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	Scheme *runtime.Scheme

	// Pipeline is the workflow rendering pipeline, shared across all reconciliations.
	// This enables CEL environment caching across different workflow runs and reconciliations.
	Pipeline *workflowpipeline.Pipeline
	// contains filtered or unexported fields
}

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL