kubernetes-entrypoint/entrypoint
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
..
entrypoint.go Support labels in job dependencies 2018-04-05 14:28:41 -05:00
entrypoint_suite_test.go Add entrypoint tests 2017-02-01 23:07:24 +01:00
entrypoint_test.go Extend functionality of kubernetes-entrypoint with adding namespace per service option. 2017-09-27 12:25:14 +02:00