package kubecaml

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

Deprecated.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?revision:int -> unit -> t
val revision : t -> int option

The revision to rollback to. If set to 0, rollback to the last revision.

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