package ocluster-api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cluster_api.CustomSource

The custom job specification payload.

Sourcetype 'a t

Custom job specifications

Sourcetype send = (Raw.Builder.pointer_t -> unit) t
Sourceval v : kind:string -> (Raw.Builder.pointer_t -> unit) -> send

v ~kind payload is a custom job specification.

Sourceval kind : _ t -> string

A string describing the kind of custom job.

Sourceval payload : 'a t -> 'a

The dynamic payload of the custom job.

Sourceval init : Raw.Builder.Custom.t -> send -> unit

init builder t initialises a fresh builder with the values from t.

read c reads the buffer and returns a custom job specification.

OCaml

Innovation. Community. Security.