public class MsSQL extends AbstractSQLDatabase
configureEnvironment, dbName, external, isObjectStore, jndiName, nonXaDatasource, openShiftName, password, symbolicName, username, withLivenessProbe, withReadinessProbe, withStartupProbedataDir, isStateful, persistentVolClaim, storagePartition| Constructor and Description |
|---|
MsSQL() |
MsSQL(boolean withLivenessProbe,
boolean withReadinessProbe) |
MsSQL(PersistentVolumeClaim pvc) |
MsSQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
MsSQL(String symbolicName,
boolean withLivenessProbe,
boolean withReadinessProbe) |
MsSQL(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() |
protected ProbeSettings |
getProbeSettings()
Get readiness and liveness probes settings.
|
executeSQL, executeSQLFile, getSQLExecutorasObjectStore, configureApplicationDeployment, configureDeployment, configureDeployment, configureEnvironment, configureService, external, getDbName, getDeploymentConfigName, getEnvVarPrefix, getPassword, getSymbolicName, getUsername, isObjectStore, jndiName, nonXaDatasource, toString, withProbesstatefulpublic MsSQL()
public MsSQL(boolean withLivenessProbe,
boolean withReadinessProbe)
public MsSQL(PersistentVolumeClaim pvc)
public MsSQL(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe)
public MsSQL(String symbolicName, boolean withLivenessProbe, boolean withReadinessProbe)
protected void configureContainer(ContainerBuilder containerBuilder)
configureContainer in class AbstractSQLDatabasepublic Map<String,String> getImageVariables()
getImageVariables in class AbstractDatabaseprotected ProbeSettings getProbeSettings()
AbstractSQLDatabasegetProbeSettings in class AbstractSQLDatabaseprotected String getJDBCConnectionStringPattern()
getJDBCConnectionStringPattern in class AbstractSQLDatabasepublic String getImageName()
getImageName in class AbstractDatabasepublic int getPort()
getPort in class AbstractDatabaseCopyright © 2023. All rights reserved.