package kubecaml

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

Secret_env_source selects a Secret to populate the environment variables with.

the contents of the target Secret'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 Secret must be defined

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

Innovation. Community. Security.