public static class OfficialPostgreSQL.Builder extends Object
| Constructor and Description |
|---|
Builder() |
public OfficialPostgreSQL.Builder withArgs(List<String> args)
public OfficialPostgreSQL.Builder withConfigureEnvironment(boolean configureEnvironment)
public OfficialPostgreSQL.Builder withDataDir(String dataDir)
public OfficialPostgreSQL.Builder withDbName(String dbName)
public OfficialPostgreSQL.Builder withDeploymentConfigName(String deploymentConfigName)
public OfficialPostgreSQL.Builder withEnvVarPrefix(String envVarPrefix)
public OfficialPostgreSQL.Builder withPassword(String password)
public OfficialPostgreSQL.Builder withPvc(PersistentVolumeClaim pvc)
public OfficialPostgreSQL.Builder withSymbolicName(String symbolicName)
public OfficialPostgreSQL.Builder withUsername(String username)
public OfficialPostgreSQL.Builder withVars(Map<String,String> vars)
public OfficialPostgreSQL.Builder withWithLivenessProbe(boolean withLivenessProbe)
public OfficialPostgreSQL.Builder withWithReadinessProbe(boolean withReadinessProbe)
public OfficialPostgreSQL.Builder withWithStartupProbe(boolean withStartupProbe)
public OfficialPostgreSQL.Builder withServiceAccount(String serviceAccount)
public OfficialPostgreSQL.Builder withPgData(String pgData)
public OfficialPostgreSQL build()
Copyright © 2025. All rights reserved.