Skip to content

Commit

Permalink
Merge pull request #14 from turkenh/meta
Browse files Browse the repository at this point in the history
Add metadata for function definition
  • Loading branch information
turkenh authored Mar 15, 2024
2 parents 90e4468 + 9dd2e87 commit c27b11c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-sequencer
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-sequencer
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
A composition function to define sequencing rules delaying the creation of resources until other resources are ready.
meta.crossplane.io/readme: |
This composition function enables defining sequencing rules to delay
the creation of resources until other resources are ready. It is useful
for defining ordering between resources to optimize the provisioning flow
when eventual consistency is not optimal.
spec: {}

0 comments on commit c27b11c

Please sign in to comment.