controller

package
v0.0.0-...-151c78f Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2025 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamicOperatorReconciler

type DynamicOperatorReconciler struct {
	client.Client
	Scheme        *runtime.Scheme
	QueryExecutor *core.QueryExecutor
	DynamicClient dynamic.Interface
	Clientset     kubernetes.Interface
	// contains filtered or unexported fields
}

DynamicOperatorReconciler reconciles a DynamicOperator object

func (*DynamicOperatorReconciler) Reconcile

func (*DynamicOperatorReconciler) SetupWithManager

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

type QueryExecutorInterface

type QueryExecutorInterface interface {
	Execute(expr *core.Expression, namespace string) (core.QueryResult, error)
	Provider() provider.Provider
}

Jump to

Keyboard shortcuts

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