package kubecaml

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

Id Range provides a min/max of an allowed range of Ids.

type t
val to_yojson : t -> Yojson.Safe.t
val make : min:int -> max:int -> unit -> t
val max : t -> int

Max is the end of the range, inclusive.

val min : t -> int

Min is the start of the range, inclusive.

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

Innovation. Community. Security.