Commit Graph

2 Commits

Author SHA1 Message Date
Nic Cope f109678951 Add an Input CRD
We don't currently have any conventions for strongly typed inputs in
Python. I expect that Python functions will just use struct_to_dict to
read their inputs as unstructured data. It's useful to demonstrate
having an input schema in the template, though. Places like
https://marketplace.upbound.io use this CRD schema to document a
function's input.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-01-09 16:59:18 -08:00
Nic Cope 1d5fe6ad6d Add function-template-python
Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-11-21 18:24:54 -08:00