components

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotAResolvableValue = errors.New("E#2006: Variable couldn't be parsed")

Functions

This section is empty.

Types

type BuildReconciler

type BuildReconciler struct {
	client.Client
	record.EventRecorder
}

func (*BuildReconciler) Reconcile

func (r *BuildReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error)

type DependenciesReconciler

type DependenciesReconciler struct {
	client.Client
	record.EventRecorder
}

func (*DependenciesReconciler) Reconcile

func (r *DependenciesReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error)

type NetworkReconciler

type NetworkReconciler struct {
	client.Client
	record.EventRecorder
}

func (*NetworkReconciler) Reconcile

func (n *NetworkReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error)

type PodReconciler

type PodReconciler struct {
	client.Client
	record.EventRecorder
}

func (*PodReconciler) Reconcile

func (p *PodReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error)

type VariablesReconciler

type VariablesReconciler struct {
	client.Client
	record.EventRecorder
}

func (*VariablesReconciler) Reconcile

func (r *VariablesReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error)

func (*VariablesReconciler) VariableFrom

func (r *VariablesReconciler) VariableFrom(ctx context.Context, rawPath string, component *sequencer.Component) (*components.GeneratedVariable, error)

Jump to

Keyboard shortcuts

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