type of config map
ConfigMap constructor
schema of config map
iterable of config loaders
optional config options (logger, namespace)
get env value from config map
key of config map
Optional
encodeOptions: EncodeOptionsoptional encode options
Promise of value or undefined
get all env value objects from config map
Promise of all values
get all env values from config map as string
Optional
encodeOptions: EncodeOptionsoptional encode options
Promise of all values as string
get env object from config map
key of config map
Optional
encodeOptions: EncodeOptionsoptional encode options
Promise of env object or undefined
get env object from config map as Result
key of config map
Optional
encodeOptions: EncodeOptionsoptional encode options
Result Promise of env object or undefined
get env value from config map as Result
key of config map
Optional
encodeOptions: EncodeOptionsoptional encode options
Result Promise of value or undefined
get env value as string from config map
key of config map
Optional
encodeOptions: EncodeOptionsoptional encode options
Promise of string value or undefined
get env value as string from config map as Result
key of config map
Optional
encodeOptions: EncodeOptionsoptional encode options
Result Promise of string value or undefined
Set logger value
logger like object
Validate all env values from config map, expect to throw error if error exists
callback function
ConfigMap
Example
Since
v1.1.0