kubernetes icon indicating copy to clipboard operation
kubernetes copied to clipboard

Add types to overlays code

Open squaremo opened this issue 7 years ago • 1 comments

Either add the types file, or rewrite in typescript.

squaremo avatar Jan 07 '19 14:01 squaremo

First target: use the generated classes when constructing resources, e.g., in generateConfigMap. This probably means pointing the tests at dist/, or compiling into src/. If rewriting in typescript, the latter is probably better -- just have to make sure make test does the compilation step first, and the tests point at modules in dist/.

squaremo avatar Jan 08 '19 08:01 squaremo