Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SyncPostgresAdminSecret ¶
Types ¶
type SyncPostgresSecretConfig ¶
type SyncPostgresSecretConfig struct { DBAdminCredIdentifier string `envconfig:"PG_DB_ADMIN_CRED_IDENTIFIER" default:"postgres-admin"` EntityName string `envconfig:"PG_DB_ENTITY_NAME" required:"true"` SecretName string `envconfig:"PG_DB_SECRET_NAME" required:"true"` Namespace string `envconfig:"POD_NAMESPACE" required:"true"` }
Click to show internal directories.
Click to hide internal directories.