package kubecaml

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

Cron_job represents the configuration of a single cron job.

module Cron_job_list : sig ... end

Cron_job_list is a collection of cron jobs.

module Cron_job_spec : sig ... end

Cron_job_spec describes how the job execution will look like and when it will actually run.

module Cron_job_status : sig ... end

Cron_job_status represents the current state of a cron job.

module Job_template_spec : sig ... end

Job_template_spec describes the data a Job should have when created from a template