Skip to content

Commit f0d36fb

Browse files
authored
Merge pull request crossplane#6992 from jbw976/v2-conn-deets
chore: update run function proto comments for v2 connection details
2 parents 5529683 + 50104ae commit f0d36fb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

proto/fn/v1/run_function.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/fn/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 legacy XRs. For modern 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

proto/fn/v1beta1/zz_generated_run_function.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/fn/v1beta1/zz_generated_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 legacy XRs. For modern 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)