stages

package
v0.0.0-...-30221c4 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resource

type Resource string

type Stage

type Stage struct {
	Name      string     `yaml:"name"`
	Resources []Resource `yaml:"resources"`
}

func (Stage) Process

func (s Stage) Process(config config.ReconcileConfig, values stagevalues.Values, nn types.NamespacedName) error

func (Stage) Validate

func (s Stage) Validate(config config.ReconcileConfig, values stagevalues.Values, nn types.NamespacedName) error

type Stages

type Stages struct {
	Title   string  `yaml:"title"`
	Version string  `yaml:"version"`
	Stages  []Stage `yaml:"stage"`
}

func (*Stages) Load

func (s *Stages) Load(config config.ReconcileConfig, values stagevalues.Values) error

Jump to

Keyboard shortcuts

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