File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,14 @@ With this function you can use P&T with other functions. For example you can
57
57
create a desired resource using the [Go Templating][fn-go-templating] function,
58
58
then patch the result using this function.
59
59
60
+ To include results from previous functions, simply provide a `resources` entry
61
+ for each and specify a `name` field that matches the name of the resource from
62
+ the previous function. Also, do not specify any value for the `base` field of
63
+ each resource.
64
+
60
65
It's not just patches either. You can use P&T to derive composite resource
61
66
connection details from a resource produced by another function, or use it to
62
- determine whether a resource produced by another function is ready
67
+ determine whether a resource produced by another function is ready.
63
68
64
69
# ## Decouple P&T development from Crossplane core
65
70
You can’t perform that action at this time.
0 commit comments