type of config map
ConfigMap constructor
type of config map
schema of config map
iterable of config loaders
optional config options (logger, namespace)
get all env value objects from config map
Promise of all values
get all env values from config map as string
OptionalencodeOptions: EncodeOptionsoptional encode options
Promise of all values as string
get env object from config map
key of config map
OptionalencodeOptions: EncodeOptionsoptional encode options
Promise of env object or undefined
get env object from config map as Result
key of config map
OptionalencodeOptions: EncodeOptionsoptional encode options
Result Promise of env object or undefined
get env value as string from config map
key of config map
OptionalencodeOptions: EncodeOptionsoptional encode options
Promise of string value or undefined
get env value as string from config map as Result
key of config map
OptionalencodeOptions: EncodeOptionsoptional encode options
Result Promise of string value or undefined
ConfigMap
Example
Since
v1.1.0