Skip to content

Commit

Permalink
Merge pull request #20 from negz/release-0.2-meta
Browse files Browse the repository at this point in the history
[release-0.2] Add package metadata annotations
  • Loading branch information
negz authored Nov 3, 2023
2 parents f1bffda + a96a341 commit cb4379d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,17 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-dummy
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-dummy
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: A composition function that returns what you tell it to
meta.crossplane.io/readme: |
This composition function returns whatever you tell it to. Provide a
YAML-serialized [`RunFunctionResponse`](https://buf.build/crossplane/crossplane/docs/main:apiextensions.fn.proto.v1beta1)
as the function's input. The response's `desired` object will be merged
onto any desired state that was passed to the function using
[`proto.Merge`](https://pkg.go.dev/github.com/golang/protobuf/proto#Merge)
semantics. See the [README](https://github.com/crossplane-contrib/function-dummy)
for examples and documentation.
spec: {}

0 comments on commit cb4379d

Please sign in to comment.