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. persistentVolClaimConstructors 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 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)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 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)OracleXE(PersistentVolumeClaim pvc)OracleXE(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe)PostgreSQL(PersistentVolumeClaim pvc)PostgreSQL(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe)PostgreSQL(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe, boolean withStartupProbe)
-