Skip to content

Commit cb76923

Browse files
authored
Merge pull request #16 from turkenh/backport-meta-to-release-0.1
[Backport release-0.1] Add metadata for function definition
2 parents af9a4c6 + 2ac3d4c commit cb76923

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package/crossplane.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
33
kind: Function
44
metadata:
55
name: function-sequencer
6+
annotations:
7+
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
8+
meta.crossplane.io/source: github.com/crossplane-contrib/function-sequencer
9+
meta.crossplane.io/license: Apache-2.0
10+
meta.crossplane.io/description: |
11+
A composition function to define sequencing rules delaying the creation of resources until other resources are ready.
12+
meta.crossplane.io/readme: |
13+
This composition function enables defining sequencing rules to delay
14+
the creation of resources until other resources are ready. It is useful
15+
for defining ordering between resources to optimize the provisioning flow
16+
when eventual consistency is not optimal.
617
spec: {}

0 commit comments

Comments
 (0)