# Functions

GenerateCreateClusterInput returns CreateClusterRequest based on the CR spec.
GenerateCreateUserInput returns psql User based on the CR spec.
GenerateUpdateClusterInput returns PatchClusterRequest based on the CR spec modifications.
GenerateUpdateUserInput returns PatchClusterRequest based on the CR spec modifications.
IsClusterUpToDate returns true if the cluster is up-to-date or false if it does not.
IsUserUpToDate returns true if the user is up-to-date or false if it does not.
LateInitializer fills the empty fields in *v1alpha1.ClusterParameters with the values seen in ionoscloud.ClusterResponse.

# Structs

ClusterAPIClient is a wrapper around IONOS Service DBaaS Postgres Cluster.

# Interfaces

ClusterClient is a wrapper around IONOS Service DBaaS Postgres Cluster methods.