WithVersion sets the Dgraph version for the cluster
(version string)
| 196 | |
| 197 | // WithVersion sets the Dgraph version for the cluster |
| 198 | func (cc ClusterConfig) WithVersion(version string) ClusterConfig { |
| 199 | cc.version = version |
| 200 | return cc |
| 201 | } |
| 202 | |
| 203 | // WithAlphaVolume allows creating a shared volumes across alphas with |
| 204 | // name volname and mount directory specified as dir inside the container |
no outgoing calls