package
0.0.0-20241223030817-81d66a23e2d3
Repository: https://github.com/dosquad/database-operator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

DatabaseCreateStage is the step where the account creation has been started.
DefaultRelayImage is the default image used for the relay.
ErrorStage is when the account has failed and won't be completed without changes.
InitStage is the first stage of creating the account.
KindDatabaseAccount is the kind of DatabaseAccount.
OnDeleteDelete delete the created database and user.
OnDeleteRetain retain the database and user.
ReadyStage is when the account is ready to be used.
RelayCreateStage is the step where the account creation has been started.
TerminatingStage is when the account is being removed.
UnknownStage is the first stage of creating the account.
UserCreateStage is the step where the account creation has been started.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
No description provided by the author
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

DatabaseAccount is the Schema for the databaseaccounts API.
DatabaseAccountControllerConfig is the Schema for the databaseaccountcontrollerconfigs API.
No description provided by the author
DatabaseAccountControllerConfigList contains a list of DatabaseAccountControllerConfig.
DatabaseAccountList contains a list of DatabaseAccount +kubebuilder:object:root=true.
DatabaseAccountSpec defines the desired state of DatabaseAccount.
DatabaseAccountSpecSecretTemplate defines the desired state of DatabaseAccount.
DatabaseAccountStatus defines the observed state of DatabaseAccount.

# Type aliases

DatabaseAccountCreateStage is the stage the account creation is up to.
DatabaseAccountOnDelete is the options that can be set for onDelete.
PostgreSQLDSN is a kubernetes validation for a PostgreSQL DSN.
PostgreSQLResourceName is a kubernetes validation for a PostgreSQL resource name.