(ns string)
| 30 | } |
| 31 | |
| 32 | func buildClusterPrefix(ns string) string { |
| 33 | return fmt.Sprintf("%s/%s/cluster", nsPrefix, ns) |
| 34 | } |
| 35 | |
| 36 | func buildClusterKey(ns, cluster string) string { |
| 37 | return fmt.Sprintf("%s/%s", buildClusterPrefix(ns), cluster) |
no outgoing calls
no test coverage detected