Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QuickStarts = map[string][]byte{
"getting-started-with-openshift-database-access-for-administrators": gettingstartedadminQuickStart,
"getting-started-with-openshift-database-access-for-developers": gettingstarteddevQuickStart,
}
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.