package kubecaml

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

The weights of all of the matched Weighted_pod_affinity_term fields are added per_node to find the most preferred node(s)

type t
val to_yojson : t -> Yojson.Safe.t
val make : weight:int -> pod_affinity_term:Kubernetes.Definitions.Api.Core.V1.Pod_affinity_term.t -> unit -> t

Required. A pod affinity term, associated with the corresponding weight.

val weight : t -> int

weight associated with matching the corresponding pod_affinity_term, in the range 1_100.

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

Innovation. Community. Security.