@nogoo9/no-crd / index / listLocalTemplates
Function: listLocalTemplates()
listLocalTemplates(
dir):LocalTemplate[]
Defined in: src/k8s/local-templates.ts:100
Lists all template files in a directory. Reads *.yaml, *.yml, and *.json files and parses each as a local template. Files that fail to parse are logged as warnings and skipped.
Parameters
dir
string
Absolute path to the templates directory.
Returns
Array of parsed local templates.
