controllers

package
v0.6.9 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceBindingReconciler

type ServiceBindingReconciler struct {
	client.Client
	Log         logr.Logger
	Scheme      *runtime.Scheme
	GetSMClient func(ctx context.Context, instance *v1.ServiceInstance) (sm.Client, error)
	Config      config.Config
	Recorder    record.EventRecorder
}

ServiceBindingReconciler reconciles a ServiceBinding object

func (*ServiceBindingReconciler) Reconcile

func (*ServiceBindingReconciler) SetupWithManager

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

type ServiceInstanceReconciler

type ServiceInstanceReconciler struct {
	client.Client
	Log         logr.Logger
	Scheme      *runtime.Scheme
	GetSMClient func(ctx context.Context, serviceInstance *v1.ServiceInstance) (sm.Client, error)
	Config      config.Config
	Recorder    record.EventRecorder
}

ServiceInstanceReconciler reconciles a ServiceInstance object

func (*ServiceInstanceReconciler) Reconcile

func (*ServiceInstanceReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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