package kubecaml

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

Config_map_env_source selects a Config_map to populate the environment variables with.

the contents of the target Config_map's Data field will represent the key_value pairs as environment variables.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?optional:bool -> ?name:string -> unit -> t
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 must be defined

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