etcd keys NamespaceListKey builds key for namespace list
()
| 33 | |
| 34 | // NamespaceListKey builds key for namespace list |
| 35 | func NamespaceListKey() string { |
| 36 | return path.Join(AresController, "namespace") |
| 37 | } |
| 38 | |
| 39 | // NamespaceKey builds key for namespace |
| 40 | func NamespaceKey(namespace string) string { |