From ec7f835b129fa7872b49f2ee375b89a0223426b5 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 31 Aug 2023 15:09:09 -0700 Subject: [PATCH] Add a note about where the protobuf comes from Signed-off-by: Nic Cope --- proto/v1beta1/run_function.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/v1beta1/run_function.proto b/proto/v1beta1/run_function.proto index 0d2da34..24f9a5c 100644 --- a/proto/v1beta1/run_function.proto +++ b/proto/v1beta1/run_function.proto @@ -19,6 +19,9 @@ syntax = "proto3"; import "google/protobuf/struct.proto"; import "google/protobuf/duration.proto"; +// Note that the authoritative Composition Functions protobuf definition lives +// at the below URL. Each SDK maintains and manually syncs its own copy. +// https://github.com/crossplane/crossplane/tree/master/apis/apiextensions/fn/proto package proto.v1beta1; option go_package = "github.com/crossplane/function-sdk-go/proto/v1beta1";