Skip to content

Commit

Permalink
Merge pull request #6 from negz/meta
Browse files Browse the repository at this point in the history
Add package metadata
  • Loading branch information
negz authored Feb 29, 2024
2 parents 6ef1e1b + 9ddc46b commit 1578d81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-cel-filter
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <info@crossplane.io>
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: {}

0 comments on commit 1578d81

Please sign in to comment.