package kubecaml

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

Resource_requirements describes the compute resource requirements.

type t
val to_yojson : t -> Yojson.Safe.t

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation_defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

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

Innovation. Community. Security.