diff --git a/pkg/controller/status.go b/pkg/controller/status.go index fa1703aa3..f6d5a3027 100644 --- a/pkg/controller/status.go +++ b/pkg/controller/status.go @@ -32,7 +32,7 @@ func (c *Controller) ClusterStatus(team, cluster string) (*spec.ClusterStatus, e return status, nil } -// GetClusterDatabasesMap returns for each cluster the list of databases running there +// ClusterDatabasesMap returns for each cluster the list of databases running there func (c *Controller) ClusterDatabasesMap() map[string][]string { m := make(map[string][]string)