Skip to content

Commit c27b11c

Browse files
authored
Merge pull request #14 from turkenh/meta
Add metadata for function definition
2 parents 90e4468 + 9dd2e87 commit c27b11c

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 <[email protected]>
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)