package kubecaml

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

Env_from_source represents the source of a set of Config_maps

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

The Config_map to select from

val prefix : t -> string option

An optional identifier to prepend to each key in the Config_map. Must be a C_identifier.

The Secret to select from

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