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) 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) SetupWithManager ¶
func (r *ServiceInstanceReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.