package kubecaml

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

Limit_range_item defines a min/max usage limit for any resource that matches on kind.

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

Default resource requirement limit value by resource name if resource limit is omitted.

Default_request is the default resource requirement request value by resource name if resource request is omitted.

Max usage constraints on this kind by resource name.

Max_limit_request_ratio if specified, the named resource must have a request and limit that are both non_zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.

Min usage constraints on this kind by resource name.

val type_ : t -> string option

Type of resource that this limit applies to.

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