# Functions
GetClusterClient gets cluster client with the given cluster name.
RegisterClusterController register a cluster to this registry.
RemoveClusterController stop and remove cluster from this registry.
# Variables
ControllerRegistry manages all controllers created for each cluster.
NewClusterChan is channels for clusters that got created.
# Structs
ClusterController ...