Documentation ¶
Index ¶
- Variables
- func AddExtensions(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func AddLoadBalancerIPToConnectionDetails(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func AddMaintenanceJob(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func AddPvcSecret(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func AddUrlToConnectionDetails(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func AddUserAlerting(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func ConfigureReplication(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func MailgunAlerting(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func TransformRestart(ctx context.Context, iof *runtime.Runtime) runtime.Result
- func TransformSchedule(ctx context.Context, iof *runtime.Runtime) runtime.Result
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PostgresqlHost is env variable in the connection secret PostgresqlHost = "POSTGRESQL_HOST" // PostgresqlUser is env variable in the connection secret PostgresqlUser = "POSTGRESQL_USER" // PostgresqlPassword is env variable in the connection secret PostgresqlPassword = "POSTGRESQL_PASSWORD" // PostgresqlPort is env variable in the connection secret PostgresqlPort = "POSTGRESQL_PORT" // PostgresqlDb is env variable in the connection secret PostgresqlDb = "POSTGRESQL_DB" // PostgresqlUrl is env variable in the connection secret PostgresqlUrl = "POSTGRESQL_URL" )
Functions ¶
func AddExtensions ¶
AddExtensions adds the user specified extensions to the SGCluster.
func AddMaintenanceJob ¶
AddMaintenanceJob will add a job to do the maintenance in for the instance
func AddPvcSecret ¶
AddPvcSecret adds a secret for the encrypted PVC for the PostgreSQL instance.
func AddUrlToConnectionDetails ¶
AddUrlToConnectionDetails changes the desired state of a FunctionIO
func AddUserAlerting ¶
AddUserAlerting adds user alerting to the PostgreSQL instance.
func ConfigureReplication ¶
ConfigureReplication configures the stackgres replication based on the claim
func MailgunAlerting ¶
func TransformRestart ¶
TransformRestart triggers a restart of the postgreqsql instance if there is a pending restart and the composite is configured to restart on update.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.