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 |
|---|---|
String |
getImageName() |
Map<String,String> |
getImageVariables() |
protected String |
getJDBCConnectionStringPattern() |
int |
getPort() |
protected ProbeSettings |
getProbeSettings()
Get readiness and liveness probes settings.
|
String |
toString() |
configureContainer, 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 ProbeSettings getProbeSettings()
AbstractSQLDatabasegetProbeSettings in class AbstractSQLDatabasepublic String toString()
toString in class AbstractDatabaseprotected String getJDBCConnectionStringPattern()
getJDBCConnectionStringPattern in class AbstractSQLDatabasepublic Map<String,String> getImageVariables()
getImageVariables in class AbstractDatabaseCopyright © 2022. All rights reserved.