controllers

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleProvider added in v0.8.0

type BundleProvider interface {
	Bundles(ctx context.Context) ([]*catalogmetadata.Bundle, error)
}

BundleProvider provides the way to retrieve a list of Bundles from a source, generally from a catalog client of some kind.

type OperatorReconciler

type OperatorReconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Resolver *solver.DeppySolver
}

OperatorReconciler reconciles a Operator object

func (*OperatorReconciler) Reconcile

func (r *OperatorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*OperatorReconciler) SetupWithManager

func (r *OperatorReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type VariableSource added in v0.8.0

type VariableSource struct {
	// contains filtered or unexported fields
}

func NewVariableSource added in v0.3.0

func NewVariableSource(cl client.Client, catalogClient BundleProvider) *VariableSource

func (*VariableSource) GetVariables added in v0.8.0

func (v *VariableSource) GetVariables(ctx context.Context) ([]deppy.Variable, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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