public class PostgreSQL extends AbstractSQLDatabase
configureEnvironment, dbName, external, isObjectStore, jndiName, nonXaDatasource, openShiftName, password, symbolicName, username, withLivenessProbe, withReadinessProbedataDir, isStateful, persistentVolClaim, storagePartition| Constructor and Description |
|---|
PostgreSQL() |
PostgreSQL(boolean withLivenessProbe,
boolean withReadinessProbe) |
PostgreSQL(PersistentVolumeClaim pvc) |
PostgreSQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
PostgreSQL(String symbolicName,
boolean withLivenessProbe,
boolean withReadinessProbe) |
PostgreSQL(String username,
String password,
String dbName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureContainer(ContainerBuilder containerBuilder) |
String |
getImageName() |
Map<String,String> |
getImageVariables() |
protected String |
getJDBCConnectionStringPattern() |
int |
getPort() |
String |
toString() |
executeSQL, executeSQLFile, getSQLExecutorasObjectStore, configureApplicationDeployment, configureDeployment, configureDeployment, configureEnvironment, configureService, external, getDbName, getDeploymentConfigName, getEnvVarPrefix, getPassword, getSymbolicName, getUsername, isObjectStore, jndiName, nonXaDatasource, withProbesstatefulpublic PostgreSQL()
public PostgreSQL(boolean withLivenessProbe,
boolean withReadinessProbe)
public PostgreSQL(PersistentVolumeClaim pvc)
public PostgreSQL(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe)
public PostgreSQL(String symbolicName, boolean withLivenessProbe, boolean withReadinessProbe)
public String getImageName()
getImageName in class AbstractDatabasepublic int getPort()
getPort in class AbstractDatabaseprotected void configureContainer(ContainerBuilder containerBuilder)
configureContainer in class AbstractDatabasepublic String toString()
toString in class AbstractDatabaseprotected String getJDBCConnectionStringPattern()
getJDBCConnectionStringPattern in class AbstractSQLDatabasepublic Map<String,String> getImageVariables()
getImageVariables in class AbstractDatabaseCopyright © 2021. All rights reserved.