File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
3
3
kind : Function
4
4
metadata :
5
5
name : function-patch-and-transform
6
- annotation :
6
+ annotations :
7
7
meta.crossplane.io/maintainer : Crossplane Maintainers <info@crossplane.io>
8
8
meta.crossplane.io/source : github.com/crossplane-contrib/function-patch-and-transform
9
9
meta.crossplane.io/license : Apache-2.0
10
10
meta.crossplane.io/description : A patch & transform composition function
11
11
meta.crossplane.io/readme : |
12
12
This composition function does everything Crossplane's built-in
13
- [patch & transform][https://docs.crossplane.io/v1.14 /concepts/patch-and-transform/]
13
+ [patch & transform][https://docs.crossplane.io/latest /concepts/patch-and-transform/]
14
14
composition does. Instead of specifying `spec.resources` in your
15
- Composition, you can use this function.
15
+ Composition, you can use this function. See the
16
+ [README](https://github.com/crossplane-contrib/function-patch-and-transform).
17
+ for examples and documentation.
16
18
spec : {}
You can’t perform that action at this time.
0 commit comments