promotion

package
v0.1.0-rc.22 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mechanism

type Mechanism interface {
	// GetName returns the name of a promotion mechanism.
	GetName() string
	// Promote consults rules in the provided Stage to perform some portion of the
	// transition into the specified Freight. It returns the Freight, which may
	// possibly be updated by the process.
	Promote(context.Context, *kargoapi.Stage, kargoapi.Freight) (kargoapi.Freight, error)
}

Mechanism provides a consistent interface for all promotion mechanisms.

func NewMechanisms

func NewMechanisms(
	argoClient client.Client,
	credentialsDB credentials.Database,
	bookkeeperService bookkeeper.Service,
) Mechanism

NewMechanisms returns the entrypoint to a hierarchical tree of promotion mechanisms.

Jump to

Keyboard shortcuts

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