generated from crossplane/function-template-go
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from negz/meta
Add package metadata
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: {} |