Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2024 Changes in this version + var ErrNotAResolvableValue = errors.New("E#2006: Variable couldn't be parsed") + type BuildReconciler struct + func (r *BuildReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error) + type DependenciesReconciler struct + func (r *DependenciesReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error) + type NetworkReconciler struct + func (n *NetworkReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error) + type PodReconciler struct + func (p *PodReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error) + type VariablesReconciler struct + func (r *VariablesReconciler) Reconcile(ctx context.Context, component *sequencer.Component) (*ctrl.Result, error) + func (r *VariablesReconciler) VariableFrom(ctx context.Context, rawPath string, component *sequencer.Component) (*components.GeneratedVariable, error)