| Package | Description |
|---|---|
| cz.xtf.builder.db |
| Modifier and Type | Field and Description |
|---|---|
protected PersistentVolumeClaim |
DefaultStatefulAuxiliary.persistentVolClaim |
| Modifier and Type | Method and Description |
|---|---|
OfficialPostgreSQL.Builder |
OfficialPostgreSQL.Builder.withPvc(PersistentVolumeClaim pvc) |
RedHatPostgreSQL.Builder |
RedHatPostgreSQL.Builder.withPvc(PersistentVolumeClaim pvc) |
| Constructor and Description |
|---|
AbstractDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc) |
AbstractDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
AbstractDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe) |
AbstractDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
String username,
String password,
String dbName,
boolean configureEnvironment,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe,
String deploymentConfigName,
String envVarPrefix) |
AbstractDatabase(String username,
String password,
String dbName,
String symbolicName,
String dataDir,
PersistentVolumeClaim pvc) |
AbstractDatabase(String username,
String password,
String dbName,
String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
AbstractOracle(String dbName,
PersistentVolumeClaim pvc) |
AbstractOracle(String dbName,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
AbstractSQLDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc) |
AbstractSQLDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
AbstractSQLDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe) |
AbstractSQLDatabase(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
String username,
String password,
String dbName,
boolean configureEnvironment,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe,
String deploymentConfigName,
String envVarPrefix) |
AbstractSQLDatabase(String username,
String password,
String dbName,
String symbolicName,
String dataDir,
PersistentVolumeClaim pvc) |
AbstractSQLDatabase(String username,
String password,
String dbName,
String symbolicName,
String dataDir,
PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
DefaultStatefulAuxiliary(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc) |
MsSQL(PersistentVolumeClaim pvc) |
MsSQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
MySQL(PersistentVolumeClaim pvc) |
MySQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
MySQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe) |
OracleFREE(PersistentVolumeClaim pvc) |
OracleFREE(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
OracleXE(PersistentVolumeClaim pvc) |
OracleXE(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
PostgreSQL(PersistentVolumeClaim pvc)
Deprecated.
|
PostgreSQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe)
Deprecated.
|
PostgreSQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe)
Deprecated.
|
Copyright © 2025. All rights reserved.