package kubecaml

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

Group_version contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

type t
val to_yojson : t -> Yojson.Safe.t
val make : version:string -> group_version:string -> unit -> t
val group_version : t -> string

group_version specifies the Api group and version in the form "group/version"

val version : t -> string

version specifies the version in the form of "version". This is to save the clients the trouble of splitting the Group_version.

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

Innovation. Community. Security.