package kube

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

Module Kube_api_v1_34.QuantitySource

Sourcetype t = string
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval of_json : Yojson.Safe.t -> (t, string) Stdlib.result
Sourceval to_json : t -> Yojson.Safe.t