operator

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: MIT Imports: 21 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
	Pol *policy.Policy
	Whk *webhook.Webhook
}

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 logging emits log messages for each and every reconciliation loop about the most important aspects of the current state of the system.
Package logging emits log messages for each and every reconciliation loop about the most important aspects of the current state of the system.
Package preview injects preview deployments into our internal release artifact cache.
Package preview injects preview deployments into our internal release artifact cache.
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.
resolver
Package resolver tries to provide the environment specific Git reference for the release source repository.
Package resolver tries to provide the environment specific Git reference for the release source repository.
Package status manages deployment status updates so that humans can better understand the current state of the underlying systems.
Package status manages deployment status updates so that humans can better understand the current state of the underlying systems.
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