package kubecaml

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

Handler defines a specific action that should be taken

type t
val to_yojson : t -> Yojson.Safe.t

One and only one of the following should be specified. Exec specifies the action to take.

Http_get specifies the http request to perform.

Tcp_socket specifies an action involving a Tcp port. Tcp hooks not yet supported

module Object : Object.S with type value := t