InstanceListKey builds key for job assignments
(namespace string)
| 58 | |
| 59 | // InstanceListKey builds key for job assignments |
| 60 | func InstanceListKey(namespace string) string { |
| 61 | return path.Join(NamespaceKey(namespace), "instances") |
| 62 | } |
| 63 | |
| 64 | // SchemaKey builds key for schema |
| 65 | func SchemaKey(namespace, name string) string { |