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
33kind : Function
44metadata :
55 name : function-auto-ready
6+ annotations :
7+ meta.crossplane.io/maintainer : Crossplane Maintainers <info@crossplane.io>
8+ meta.crossplane.io/source : github.com/crossplane-contrib/function-auto-ready
9+ meta.crossplane.io/license : Apache-2.0
10+ meta.crossplane.io/description : A composition function that automatically detects when resources are ready
11+ meta.crossplane.io/readme : |
12+ This composition function automatically detects composed resources that
13+ are ready. Crossplane considers a composite resource (XR) to be ready when
14+ all of its desired composed resources are ready. See the
15+ [README](https://github.com/crossplane-contrib/function-auto-ready)
16+ for examples and documentation.
617spec : {}
You can’t perform that action at this time.
0 commit comments