Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function Config Parameters of array and dictionary types #686

Open
vamshikrishna83 opened this issue Aug 30, 2024 · 0 comments
Open

Function Config Parameters of array and dictionary types #686

vamshikrishna83 opened this issue Aug 30, 2024 · 0 comments

Comments

@vamshikrishna83
Copy link

In func.yaml config parameters are always stored and read as strings as of now. It becomes complex to device and store custom serliazation format to store either arrays or dictionaries in config parameters.

Both file formats yaml and json have proper support for storing arrays and dictionaries in serialized format.
It would be nice, if Fn cli add proper support to store and retreive configuration parameters of types other than strings - like arrays and dictionaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant