@nogoo9/no-crd / index / readLocalTemplate
Function: readLocalTemplate()
readLocalTemplate(
dir,name):LocalTemplate|null
Defined in: src/k8s/local-templates.ts:145
Reads a single local template by name from a directory. Tries name.yaml, name.yml, name.json in order.
Parameters
dir
string
Absolute path to the templates directory.
name
string
Template name (without extension).
Returns
LocalTemplate | null
The parsed template, or null if not found.
