@thinkdeep/k8s
Version:
K8s node client for processing template string yaml configurations instead of value assignment to k8s javascript client object properties (i.e, V1CronJob).
26 lines • 486 B
JSON
{
"all": true,
"reportDir": "coverage",
"cache": false,
"extension": [
".js", ".cjs", ".mjs"
],
"reporter": [
"lcov",
"text",
"text-summary"
],
"include": [
"**/src/**/*.js"
],
"exclude": [
"**/node_modules/**",
"**/test/**"
],
"esModules": true,
"sourceMap": true,
"instrument": true,
"checkCoverage": false,
"ignoreClassMethods": [],
"produceSourceMap": true
}