From 9ddc46b859f92dfeddf518535e1849147f37865a Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Sun, 18 Feb 2024 06:33:40 -0800 Subject: [PATCH] Add package metadata This will show up at https://marketplace.upbound.io/functions/crossplane-contrib/function-cel-filter/ Signed-off-by: Nic Cope --- package/crossplane.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package/crossplane.yaml b/package/crossplane.yaml index a47a8ac..b61894b 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -3,4 +3,16 @@ apiVersion: meta.pkg.crossplane.io/v1beta1 kind: Function metadata: name: function-cel-filter + annotations: + meta.crossplane.io/maintainer: Crossplane Maintainers + meta.crossplane.io/source: github.com/crossplane-contrib/function-cel-filter + meta.crossplane.io/license: Apache-2.0 + meta.crossplane.io/description: | + A composition function that conditionally filters resources using CEL + meta.crossplane.io/readme: | + This composition function filters desired composed resources produced by + previous functions in the pipeline. Each filter matches composed resources + by name using a regular expression. The filter then determines whether the + composed resource is desired using a Common Expression Language (CEL) + expression. spec: {}