package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Job : sig ... end

Job represents the configuration of a single job.

module Job_condition : sig ... end

Job_condition describes current state of a job.

module Job_list : sig ... end

Job_list is a collection of jobs.

module Job_spec : sig ... end

Job_spec describes how the job execution will look like.

module Job_status : sig ... end

Job_status represents the current state of a Job.