Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileSFServiceBinding ¶
type ReconcileSFServiceBinding struct { client.Client Log logr.Logger // contains filtered or unexported fields }
ReconcileSFServiceBinding reconciles a SFServiceBinding object
func (*ReconcileSFServiceBinding) Reconcile ¶
func (r *ReconcileSFServiceBinding) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a SFServiceBinding object and makes changes based on the state read and what is in the SFServiceBinding.Spec Automatically generate RBAC rules to allow the Controller to read and write Deployments +kubebuilder:rbac:groups=bind.servicefabrik.io,resources=*,verbs=* TODO dynamically setup rbac rules and watches
func (*ReconcileSFServiceBinding) SetupWithManager ¶
func (r *ReconcileSFServiceBinding) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers the SFServiceBinding Controller with manager and setups the watches.
Click to show internal directories.
Click to hide internal directories.