forked from crossplane-contrib/function-patch-and-transform
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Steven Borrelli <[email protected]>
- Loading branch information
1 parent
0b35fb6
commit f4bba8d
Showing
11 changed files
with
26 additions
and
22 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
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
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
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
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
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
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 |
---|---|---|
|
@@ -2,17 +2,17 @@ | |
apiVersion: meta.pkg.crossplane.io/v1beta1 | ||
kind: Function | ||
metadata: | ||
name: function-patch-and-transform | ||
name: function-conditional-patch-and-transform | ||
annotations: | ||
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]> | ||
meta.crossplane.io/source: github.com/crossplane-contrib/function-patch-and-transform | ||
meta.crossplane.io/source: github.com/stevendborrelli/function-conditional-patch-and-transform | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: A patch & transform composition function | ||
meta.crossplane.io/description: A patch & transform composition function that supports conditionals | ||
meta.crossplane.io/readme: | | ||
This composition function does everything Crossplane's built-in | ||
[patch & transform](https://docs.crossplane.io/latest/concepts/patch-and-transform/) | ||
composition does. Instead of specifying `spec.resources` in your | ||
Composition, you can use this function. See the | ||
[README](https://github.com/crossplane-contrib/function-patch-and-transform) | ||
This composition function is a fork of the upstream [function-patch-and-transform](https://github.com/crossplane-contrib/function-patch-and-transform) | ||
that adds support for Conditional invocation of the function and the rendering | ||
of individual resources. | ||
See the | ||
[README](https://github.com/stevendborrelli/function-conditional-patch-and-transform) | ||
for examples and documentation. | ||
spec: {} |
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
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
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
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