Uses of Class
cz.xtf.builder.builders.pod.PersistentVolumeClaim
-
Packages that use PersistentVolumeClaim Package Description cz.xtf.builder.db -
-
Uses of PersistentVolumeClaim in cz.xtf.builder.db
Fields in cz.xtf.builder.db declared as PersistentVolumeClaim Modifier and Type Field Description protected PersistentVolumeClaimDefaultStatefulAuxiliary. persistentVolClaimMethods in cz.xtf.builder.db with parameters of type PersistentVolumeClaim Modifier and Type Method Description DB2.BuilderDB2.Builder. withPvc(PersistentVolumeClaim pvc)OfficialPostgreSQL.BuilderOfficialPostgreSQL.Builder. withPvc(PersistentVolumeClaim pvc)RedHatPostgreSQL.BuilderRedHatPostgreSQL.Builder. withPvc(PersistentVolumeClaim pvc)Constructors in cz.xtf.builder.db with parameters of type PersistentVolumeClaim Constructor 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.
-