Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.64 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.64 KB

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