package kubecaml

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

Object_field_selector selects an Api_versioned field of an object.

type t
val to_yojson : t -> Yojson.Safe.t
val make : field_path:string -> ?api_version:string -> unit -> t
val api_version : t -> string option

Version of the schema the Field_path is written in terms of, defaults to "v1".

val field_path : t -> string

Path of the field to select in the specified Api version.

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

Innovation. Community. Security.