package kubecaml

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

Object_metric_status indicates the current value of a metric describing a kubernetes object (for example, hits_per_second on an Ingress object).

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

current_value is the current value of the metric (as a quantity).

val metric_name : t -> string

metric_name is the name of the metric in question.

target is the described Kubernetes object.

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