Socket
Book a DemoInstallSign in
Socket

k8s-configmap-volumes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k8s-configmap-volumes

Library to deal with configmaps as volumes

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

k8s-configmap-volumes

Abstracts Kubernetes configmap data from mounted volumes.

Usage

const config = require('./lib/k8s-configmap-volumes.js')();

config.onChange = function(name) {console.log("config changed "+name);};

config.add("rabbit-amqp", '/etc/config/mock-ti-nodejs/rabbit-amqp');

config.add("inExchangeName", '/etc/config/mock-ti-nodejs/inExchangeName');

config.add("outExchangeName", '/etc/config/mock-ti-nodejs/outExchangeName');

FAQs

Package last updated on 30 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts