package kubecaml

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

Event_source contains information for an event.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?host:string -> ?component:string -> unit -> t
val component : t -> string option

Component from which the event is generated.

val host : t -> string option

Node name on which the event is generated.

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