stages

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionStage

type ExecutionStage struct {
	// contains filtered or unexported fields
}

func NewExecutionStage

func NewExecutionStage(engine *rules.InMemoryEngine) *ExecutionStage

func (*ExecutionStage) Execute

func (es *ExecutionStage) Execute(ctx context.Context, batch *staging.Batch) error

func (*ExecutionStage) Name

func (es *ExecutionStage) Name() string

type PlanningStage

type PlanningStage struct {
	// contains filtered or unexported fields
}

func NewPlanningStage

func NewPlanningStage(engine *rules.InMemoryEngine) *PlanningStage

func (*PlanningStage) Execute

func (ps *PlanningStage) Execute(ctx context.Context, batch *staging.Batch) error

func (*PlanningStage) Name

func (ps *PlanningStage) Name() string

type ValidationStage

type ValidationStage struct {
	// contains filtered or unexported fields
}

func NewValidationStage

func NewValidationStage(c client.Client) *ValidationStage

func (*ValidationStage) Execute

func (vs *ValidationStage) Execute(ctx context.Context, batch *staging.Batch) error

func (*ValidationStage) Name

func (vs *ValidationStage) Name() string

Jump to

Keyboard shortcuts

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