Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QuickStarts = map[string][]byte{
"accessing-the-database-access-menu-for-configuring-and-monitoring": adminQuickStart,
"accessing-the-developer-workspace-and-adding-a-database-instance": devInstanceQuickStart,
"connecting-an-application-to-a-database-instance-using-the-topology-view": devConnectQuickStart,
"installing-the-red-hat-openshift-database-access-add-on": installAddonQuickStart,
}
Functions ¶
func NewReconciler ¶
func NewReconciler(client client.Client, scheme *runtime.Scheme, logger logr.Logger) reconcilers.PlatformReconciler
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func (*Reconciler) Cleanup ¶
func (r *Reconciler) Cleanup(ctx context.Context, cr *v1alpha1.DBaaSPlatform) (v1alpha1.PlatformsInstlnStatus, error)
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, cr *v1alpha1.DBaaSPlatform, platformStatus *v1alpha1.DBaaSPlatformStatus) (v1alpha1.PlatformsInstlnStatus, error)
Click to show internal directories.
Click to hide internal directories.