ClusterConfig¶
- class geodesic.config.ClusterConfig(cfg)[source]¶
Bases:
object
ClusterConfig points the geodesic API at a configured Geodesic cluster.
- Parameters
cfg (dict) – The configuration dictionary containing server information.
- to_dict()[source]¶
Converts this cluster config into a JSON exportable dictionary as would be listed in the “clusters” field of the config object.