# Functions

NewDeleteStandalonePipeline creates a new delete pipeline with the required dependencies.
NewStandalonePipeline creates a new pipeline with the required dependencies.
SetupController adds a controller that reconciles v1alpha1.PostgresqlStandalone managed resources.
SetupWebhook adds a webhook for v1alpha1.PostgresqlStandalone managed resources.

# Variables

OperatorNamespace is the namespace where the controller looks for v1alpha1.PostgresqlStandaloneOperatorConfig.
ServiceNamespacePrefix is the namespace prefix which the controller uses to create the namespaces where the PostgreSQL instances are actually deployed in.

# Structs

CreateStandalonePipeline is a pipeline that creates a new instance in the target deployment namespace.
DeleteStandalonePipeline is a pipeline that deletes an instance from the target deployment namespace.
PostgresqlStandaloneDefaulter is the webhook that sets default values for the v1alpha1.PostgresqlStandalone.
PostgresqlStandaloneValidator validates admission requests.
PostgresStandaloneReconciler reconciles v1alpha1.PostgresqlStandalone.