Documentation ¶
Index ¶
Constants ¶
View Source
const ( Created = "Created" Updated = "Updated" Deleted = "Deleted" CreateInProgress = "CreateInProgress" UpdateInProgress = "UpdateInProgress" DeleteInProgress = "DeleteInProgress" CreateFailed = "CreateFailed" UpdateFailed = "UpdateFailed" DeleteFailed = "DeleteFailed" Blocked = "Blocked" Unknown = "Unknown" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseReconciler ¶
type ServiceBindingReconciler ¶
type ServiceBindingReconciler struct {
*BaseReconciler
}
ServiceBindingReconciler reconciles a ServiceBinding object
func (*ServiceBindingReconciler) SetOwner ¶
func (r *ServiceBindingReconciler) SetOwner(ctx context.Context, serviceInstance *v1alpha1.ServiceInstance, serviceBinding *v1alpha1.ServiceBinding, log logr.Logger) error
func (*ServiceBindingReconciler) SetupWithManager ¶
func (r *ServiceBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
type ServiceInstanceReconciler ¶
type ServiceInstanceReconciler struct {
*BaseReconciler
}
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.