Skip to content

Commit 99fed08

Browse files
authored
Merge pull request #250 from jbw976/v2-conn-deets
chore: update run function proto comments for v2 connection details
2 parents d968ef7 + 6f13bae commit 99fed08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

proto/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/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/v1beta1/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/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 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)