operator

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Aws aws.Config
	Cac *cache.Cache
	Dry bool
	Env envvar.Env
	Log logger.Interface
	Met metric.Meter
	Sta stack.Interface
}

type Operator

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

func New

func New(c Config) *Operator

func (*Operator) Chain

func (o *Operator) Chain() [][]handler.Ensure

Chain returns the directed acyclic graph of worker handlers executed by the sequential worker engine. All handlers of the same row are executed concurrently, while one row is executed sequentially, one after another.

Directories

Path Synopsis
Package cloudformation triggers CloudFormation stack updates once a valid state drift was detected.
Package cloudformation triggers CloudFormation stack updates once a valid state drift was detected.
Package container fetches the current state of the currently deployed container image tags.
Package container fetches the current state of the currently deployed container image tags.
Package infrastructure prepares the desired state of the CloudFormation templates provided within the configured infrastructure repository.
Package infrastructure prepares the desired state of the CloudFormation templates provided within the configured infrastructure repository.
Package policy inspects and verifies any potential state drift in order to either allow the reconciliation loop to continue, or cancel it.
Package policy inspects and verifies any potential state drift in order to either allow the reconciliation loop to continue, or cancel it.
Package reference fetches the desired state of any service release source code as Git reference.
Package reference fetches the desired state of any service release source code as Git reference.
Package registry verifies whether the desired service version is readily available inside the configured container registry.
Package registry verifies whether the desired service version is readily available inside the configured container registry.
Package release implements the source business logic that caches all relevant service release settings for further use across the operator chain.
Package release implements the source business logic that caches all relevant service release settings for further use across the operator chain.
Package template fetches the current state of the currently deployed template version parameter.
Package template fetches the current state of the currently deployed template version parameter.

Jump to

Keyboard shortcuts

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