Module Kubecaml.Kubernetes.Definitions.Apimachinery.Pkg.Version.Info

Info contains versioning information. how we'll want to distribute that information.

type t
val to_yojson : t ‑> Yojson.Safe.json
val of_yojson : Yojson.Safe.json ‑> t Ppx_deriving_yojson_runtime.error_or
val create : platform:string ‑> minor:string ‑> major:string ‑> go_version:string ‑> git_version:string ‑> git_tree_state:string ‑> git_commit:string ‑> compiler:string ‑> build_date:string ‑> t
val build_date : t ‑> string
val compiler : t ‑> string
val git_commit : t ‑> string
val git_tree_state : t ‑> string
val git_version : t ‑> string
val go_version : t ‑> string
val major : t ‑> string
val minor : t ‑> string
val platform : t ‑> string
module Object : Object.S with type value := t