WithBulkLoadOutDir sets the out dir for the bulk loader. This ensures that the same p directory is used while setting up alphas.
(dir string)
| 229 | // WithBulkLoadOutDir sets the out dir for the bulk loader. This ensures |
| 230 | // that the same p directory is used while setting up alphas. |
| 231 | func (cc ClusterConfig) WithBulkLoadOutDir(dir string) ClusterConfig { |
| 232 | cc.bulkOutDirForMount = dir |
| 233 | return cc |
| 234 | } |
| 235 | |
| 236 | // WithNormalizeCompatibilityMode sets the normalize-compatibility-mode feature flag for alpha |
| 237 | func (cc ClusterConfig) WithNormalizeCompatibilityMode(mode string) ClusterConfig { |
no outgoing calls