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

cloudfoundry-incubator/quarks-job

Repository files navigation

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