File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,15 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
3
3
kind : Function
4
4
metadata :
5
5
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.
6
17
spec : {}
You can’t perform that action at this time.
0 commit comments