generated from crossplane/function-template-go
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you facing?
Thanks to crossplane/crossplane#6021, we can now explicitly set the ready condition of the composite resource. It would be useful to be able to set this ready condition for the composite resource with function-go-templating (unless there's already a way to do it that I'm missing?).
How could this Function help solve your problem?
I was thinking we could have a similar annotation to gotemplating.fn.crossplane.io/ready: "True"
, but for composite resources as well. This means having in the template a metadata section for the composite (which can be confusing since we are not supposed to manipulate the metadata and spec section of the composite resource) that will be removed after the render like we do for composed resources.
phisco, bobh66 and tenitskijoebowbeer and tenitski
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request