package kubecaml

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

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the Or of the selectors represented by the node selector terms.

type t
val to_yojson : t -> Yojson.Safe.t
val make : node_selector_terms: Kubernetes.Definitions.Api.Core.V1.Node_selector_term.t list -> unit -> t

Required. A list of node selector terms. The terms are O_red.

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

Innovation. Community. Security.