kubernetes-entrypoint/mocks
Sean Eagan 84de742d80 Support labels in job dependencies
It is a common pattern to depend on the same set of multiple jobs from
multiple places.  Additionally with orchestration tools this set of job
may be dynamic based on configuration.  In kubernetes we can encapsulate
this set of jobs via shared labels.  This patchset then adds support to
depend on such a set of jobs via labels.

This is exposed via a new DEPENDENCY_JOBS_JSON env var, but
DEPENDENCY_JOBS is retained for backward compatibility.  For consistency
DEPENDENCY_POD is renamed to DEPENDENCY_POD_JSON which is a breaking
change.
2018-04-05 14:28:41 -05:00
..
client.go Fixing service bug and switching go-client to v1.5.1 2017-02-10 16:25:26 +01:00
daemonset.go Add pod dependencies 2018-03-14 15:45:37 -05:00
endpoints.go Merge remote-tracking branch 'upstream/master' 2017-02-13 12:48:28 +01:00
entrypoint.go Add missing vendor dependencies 2017-02-02 11:01:43 +01:00
job.go Support labels in job dependencies 2018-04-05 14:28:41 -05:00
pod.go Add pod dependencies 2018-03-14 15:45:37 -05:00
service.go Merge remote-tracking branch 'upstream/master' 2017-02-13 12:48:28 +01:00