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

Add an Input CRD #21

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Add an Input CRD #21

merged 1 commit into from
Jan 10, 2024

Conversation

negz
Copy link
Member

@negz negz commented Jan 10, 2024

Description of your changes

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.

I have:

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>
@negz negz merged commit 69087e2 into crossplane:main Jan 10, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant