runner

package
v0.0.0-...-80744b8 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultFileName = "rekustomization.yaml"

Variables

This section is empty.

Functions

This section is empty.

Types

type Output

type Output struct {
	output.Impl
}

func (*Output) UnmarshalYAML

func (out *Output) UnmarshalYAML(node *yaml.Node) error

type Pipeline

type Pipeline struct {
	Source Source `yaml:"source"`
	Output Output `yaml:"output"`

	Filters []kfilters.KFilter `yaml:"filters"`
}

func NewPipeline

func NewPipeline(spec *apis.Pipeline, args *yaml.RNode) (*Pipeline, error)

func (*Pipeline) Run

func (cfg *Pipeline) Run(env *types.Env) error

func (*Pipeline) UnmarshalYAML

func (cfg *Pipeline) UnmarshalYAML(node *yaml.Node) error

type Source

type Source struct {
	source.Impl
}

func (*Source) UnmarshalYAML

func (src *Source) UnmarshalYAML(node *yaml.Node) error

Jump to

Keyboard shortcuts

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