Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvStoreType = "KUMA_STORE_TYPE" EnvStorePostgresHost = "KUMA_STORE_POSTGRES_HOST" EnvStorePostgresPort = "KUMA_STORE_POSTGRES_PORT" EnvStorePostgresUser = "KUMA_STORE_POSTGRES_USER" EnvStorePostgresPassword = "KUMA_STORE_POSTGRES_PASSWORD" EnvStorePostgresDBName = "KUMA_STORE_POSTGRES_DB_NAME" DefaultPostgresPort = uint32(5432) DefaultPostgresUser = "kuma" DefaultPostgresPassword = "kuma" DefaultPostgresDBName = "kuma" PostgresImage = "postgres" PostgresEnvVarUser = "POSTGRES_USER" PostgresEnvVarPassword = "POSTGRES_PASSWORD" PostgresEnvVarDB = "POSTGRES_DB" AppPostgres = "postgres" )
Variables ¶
This section is empty.
Functions ¶
func NewUniversalDeployment ¶
func NewUniversalDeployment(cluster Cluster, name string) *universalDeployment
Types ¶
type PostgresDeployment ¶
type PostgresDeployment interface { Postgres Deployment }
Click to show internal directories.
Click to hide internal directories.