package kubecaml

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

Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

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

Specifies the target Uid.

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