Documentation
¶
Index ¶
Constants ¶
View Source
const ( INSTALL_NAMESPACE = "openshift-operators" CATALOG_NAMESPACE = "openshift-marketplace" MONGODB_ATLAS_CATLOG_IMG = "quay.io/ecosystem-appeng/mongodb-atlas-operator-catalog:0.6.25" CRUNCHY_BRIDGE_CATLOG_IMG = "quay.io/ahameed/crunchy-bridge-operator-catalog:v0.0.1" DBAAS_DYNAMIC_PLUGIN_IMG = "quay.io/ecosystem-appeng/dbaas-dynamic-plugin:latest" DBAAS_DYNAMIC_PLUGIN_NAME = "dbaas-dynamic-plugin" DBAAS_DYNAMIC_PLUGIN_NAMESPACE = "dbaas-dynamic-plugin" DBAAS_DYNAMIC_PLUGIN_DISPLAY_NAME = "OpenShift Database as a Service Dynamic Plugin" CONSOLE_TELEMETRY_PLUGIN_IMG = "quay.io/ecosystem-appeng/console-telemetry-plugin:latest" CONSOLE_TELEMETRY_PLUGIN_NAME = "console-telemetry-plugin" CONSOLE_TELEMETRY_PLUGIN_NAMESPACE = "console-telemetry-plugin" CONSOLE_TELEMETRY_PLUGIN_DISPLAY_NAME = "Telemetry Plugin" CONSOLE_TELEMETRY_PLUGIN_SEGMENT_KEY_ENV = "SEGMENT_KEY" CONSOLE_TELEMETRY_PLUGIN_SEGMENT_KEY = "qejcCDG37ICCLIDsM1FcJDkd68hglCoK" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformReconciler ¶
type PlatformReconciler interface {
Reconcile(ctx context.Context, cr *v1alpha1.DBaaSPlatform, status *v1alpha1.DBaaSPlatformStatus) (v1alpha1.PlatformsInstlnStatus, error)
Cleanup(ctx context.Context, cr *v1alpha1.DBaaSPlatform) (v1alpha1.PlatformsInstlnStatus, error)
}
Click to show internal directories.
Click to hide internal directories.