Skip to content

Commit 1d679d4

Browse files
committed
chore: update run function proto comments for v2 connection details
Signed-off-by: Jared Watts <jbw976@gmail.com>
1 parent ab9b50c commit 1d679d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crossplane/function/proto/v1/run_function.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ message Resource {
247247
// the observed connection details of a composite or composed resource.
248248
//
249249
// * A function should set this field in a RunFunctionResponse to indicate the
250-
// desired connection details of the XR.
250+
// desired connection details of v1 XRs. For v2 XRs, this will be ignored.
251251
//
252252
// * A function should not set this field in a RunFunctionResponse to indicate
253253
// the desired connection details of a composed resource. This will be

crossplane/function/proto/v1beta1/run_function.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ message Resource {
249249
// the observed connection details of a composite or composed resource.
250250
//
251251
// * A function should set this field in a RunFunctionResponse to indicate the
252-
// desired connection details of the XR.
252+
// desired connection details of v1 XRs. For v2 XRs, this will be ignored.
253253
//
254254
// * A function should not set this field in a RunFunctionResponse to indicate
255255
// the desired connection details of a composed resource. This will be

0 commit comments

Comments
 (0)