cloudfoundry-incubator / quarks-job

Wrapper around k8s jobs that can store output and more

Home Page:https://quarks.suse.dev/docs/quarks-job/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Wrapper around k8s jobs that can store output and more

https://quarks.suse.dev/docs/quarks-job/

License:Apache License 2.0


Languages

Language:Go 94.9%Language:Shell 3.3%Language:Mustache 0.9%Language:Makefile 0.4%Language:Dockerfile 0.4%