Skip to content

Commit 5211315

Browse files
authored
Merge pull request #19 from negz/meta
Add package metadata annotations
2 parents f1bffda + 357378f commit 5211315

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package/crossplane.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,17 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
33
kind: Function
44
metadata:
55
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.
619
spec: {}

0 commit comments

Comments
 (0)