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) 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
Click to show internal directories.
Click to hide internal directories.