package kubecaml

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

External_metric_status indicates the current value of a global metric not associated with any Kubernetes object.

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

current_average_value is the current value of metric averaged over autoscaled pods.

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

val metric_name : t -> string

metric_name is the name of a metric used for autoscaling in metric system.

metric_selector is used to identify a specific time series within a given metric.

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