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