package kubecaml

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

Scale_spec describes the attributes of a scale subresource.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?replicas:int -> unit -> t
val replicas : t -> int option

desired number of instances for the scaled object.

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