package kubecaml

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

A label selector is a label query over a set of resources. The result of match_labels and match_expressions are An_ded. An empty label selector matches all objects. A null label selector matches no objects.

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

match_expressions is a list of label selector requirements. The requirements are An_ded.

val match_labels : t -> Object.Of_strings.t option

match_labels is a map of {key,value} pairs. A single {key,value} in the match_labels map is equivalent to an element of match_expressions, whose key field is "key", the operator is "in", and the values array contains only "value". The requirements are An_ded.

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

Innovation. Community. Security.