You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+37-11
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ of individual resources.
8
8
9
9
## Installing this Function
10
10
11
+
The function can be installed as a Crossplane package, and runs in a [Composition Function](https://docs.crossplane.io/latest/concepts/composition-functions/). This feature requires a minium Crossplane version of 1.14.
12
+
11
13
```yaml
12
14
apiVersion: pkg.crossplane.io/v1beta1
13
15
kind: Function
@@ -21,7 +23,9 @@ spec:
21
23
22
24
## What this function does
23
25
24
-
This function enables condition rendering of the entire function or select resources.
26
+
This function enables conditional rendering of the entire function or select resources.
27
+
28
+
The language used for Conditionals is the [Common Expression Language (CEL)](https://github.com/google/cel-spec), which is widely used in the Kubernetes ecosystem.
25
29
26
30
### Conditionally Running the Function
27
31
@@ -168,24 +172,46 @@ Produces the following output, showing what resources Crossplane would compose:
0 commit comments