(namespace, clusterName string)
| 178 | } |
| 179 | |
| 180 | func (c *Controller) buildClusterKey(namespace, clusterName string) string { |
| 181 | return namespace + "/" + clusterName |
| 182 | } |
| 183 | |
| 184 | func (c *Controller) addCluster(namespace, clusterName string) { |
| 185 | key := c.buildClusterKey(namespace, clusterName) |
no outgoing calls
no test coverage detected