package kubecaml

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

Selects a key from a Config_map.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?optional:bool -> ?name:string -> key:string -> unit -> t
val key : t -> string

The key to select.

val name : t -> string option

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

val optional : t -> bool option

Specify whether the Config_map or it's key must be defined

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