Skip to content

Commit

Permalink
Merge pull request #14 from negz/meta
Browse files Browse the repository at this point in the history
Add package metadata
  • Loading branch information
negz authored Nov 3, 2023
2 parents ee1bf92 + c9d61b8 commit 2e58fca
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-auto-ready
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-auto-ready
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: A composition function that automatically detects when resources are ready
meta.crossplane.io/readme: |
This composition function automatically detects composed resources that
are ready. Crossplane considers a composite resource (XR) to be ready when
all of its desired composed resources are ready. See the
[README](https://github.com/crossplane-contrib/function-auto-ready)
for examples and documentation.
spec: {}

0 comments on commit 2e58fca

Please sign in to comment.