package kubecaml

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

Resource_quota_status defines the enforced hard limits and observed use.

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

Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

Used is the current observed total usage of the resource in the namespace.

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

Innovation. Community. Security.