File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,17 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
3
3
kind : Function
4
4
metadata :
5
5
name : function-dummy
6
+ annotations :
7
+ meta.crossplane.io/maintainer :
Crossplane Maintainers <[email protected] >
8
+ meta.crossplane.io/source : github.com/crossplane-contrib/function-dummy
9
+ meta.crossplane.io/license : Apache-2.0
10
+ meta.crossplane.io/description : A composition function that returns what you tell it to
11
+ meta.crossplane.io/readme : |
12
+ This composition function returns whatever you tell it to. Provide a
13
+ YAML-serialized [`RunFunctionResponse`](https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1beta1)
14
+ as the function's input. The response's `desired` object will be merged
15
+ onto any desired state that was passed to the function using
16
+ [`proto.Merge`](https://pkg.go.dev/github.com/golang/protobuf/proto#Merge)
17
+ semantics. See the [README](https://github.com/crossplane-contrib/function-dummy)
18
+ for examples and documentation.
6
19
spec : {}
You can’t perform that action at this time.
0 commit comments