/quarks-job

Wrapper around k8s jobs that can store output and more

Primary LanguageGoApache License 2.0Apache-2.0

QuarksJob

godoc go report card Coveralls github


QuarksJob is part of Project Quarks. It's used by the quarks-operator

A QuarksJob allows the developer to run jobs when something interesting happens. It also allows the developer to store the output of the job into a Secret. The job started by an QuarksJob is deleted automatically after it succeeds.

See the official documentation for more informations