Built-in: importstr/yaml #995
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
runtime
Issues or PRs related to kcl runtime including value and value opertions
stdlib
Issues or PRs related to kcl standard libraries
Milestone
Feature Request
Is your feature request related to a problem? Please describe:
I want to declaritively create text files and import them into kcl.
Describe the feature you'd like:
I'd like to create configmaps through kcl, ie:
Describe alternatives you've considered:
Create generative rules outside of kcl
Other improvements might be:
importYaml
, which would be able to import a yaml file, and convert to a KCL object.glob
to allow creating a list of filenames, that I can then iterate over to create a set of files, ie:This feature does exist in jsonnet
The text was updated successfully, but these errors were encountered: