MCPcopy
hub / github.com/uber/aresdb / JobKey

Function JobKey

utils/key.go:70–72  ·  view source on GitHub ↗

JobKey builds key for job config

(namespace, name string)

Source from the content-addressed store, hash-verified

68
69// JobKey builds key for job config
70func JobKey(namespace, name string) string {
71 return path.Join(JobListKey(namespace), name)
72}
73
74// JobAssignmentsKey builds key for job assignments
75func JobAssignmentsKey(namespace, name string) string {

Callers 6

DeleteJobMethod · 0.92
UpdateJobMethod · 0.92
AddJobMethod · 0.92
readJobMethod · 0.92
TestJobMutatorFunction · 0.92

Calls 2

JobListKeyFunction · 0.85
JoinMethod · 0.65

Tested by 2

TestJobMutatorFunction · 0.74