Skip to content

Commit d6aae5d

Browse files
committed
Rebuild the docs and CRDs.
Signed-off-by: Kevin McDermott <[email protected]>
1 parent f3ee705 commit d6aae5d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

config/crd/bases/notification.toolkit.fluxcd.io_receivers.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ spec:
6262
Secret references.
6363
pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m|h))+$
6464
type: string
65-
resourceExpressions:
66-
description: |-
67-
ResourceExpressions is a list of CEL expressions that will be parsed to
68-
determine resources to be notified about changes.
69-
The expressions must evaluate to CEL values that contain the keys "name",
70-
"kind", "apiVersion" and optionally "namespace".
71-
These values will be parsed to CrossNamespaceObjectReferences.
72-
e.g. {"name": "test-resource-1", "kind": "Receiver", "apiVersion":
73-
"notification.toolkit.fluxcd.io/v1"}.
74-
items:
75-
type: string
76-
type: array
7765
resources:
7866
description: A list of resources to be notified about changes.
7967
items:

docs/api/v1/notification.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,14 @@ e.g. &lsquo;push&rsquo; for GitHub or &lsquo;Push Hook&rsquo; for GitLab.</p>
128128
</em>
129129
</td>
130130
<td>
131+
<em>(Optional)</em>
131132
<p>ResourceExpressions is a list of CEL expressions that will be parsed to
132-
determine resources to be notified about changes.</p>
133+
determine resources to be notified about changes.
134+
The expressions must evaluate to CEL values that contain the keys &ldquo;name&rdquo;,
135+
&ldquo;kind&rdquo;, &ldquo;apiVersion&rdquo; and optionally &ldquo;namespace&rdquo;.
136+
These values will be parsed to CrossNamespaceObjectReferences.
137+
e.g. {&ldquo;name&rdquo;: &ldquo;test-resource-1&rdquo;, &ldquo;kind&rdquo;: &ldquo;Receiver&rdquo;, &ldquo;apiVersion&rdquo;:
138+
&ldquo;notification.toolkit.fluxcd.io/v1&rdquo;}.</p>
133139
</td>
134140
</tr>
135141
<tr>
@@ -339,8 +345,14 @@ e.g. &lsquo;push&rsquo; for GitHub or &lsquo;Push Hook&rsquo; for GitLab.</p>
339345
</em>
340346
</td>
341347
<td>
348+
<em>(Optional)</em>
342349
<p>ResourceExpressions is a list of CEL expressions that will be parsed to
343-
determine resources to be notified about changes.</p>
350+
determine resources to be notified about changes.
351+
The expressions must evaluate to CEL values that contain the keys &ldquo;name&rdquo;,
352+
&ldquo;kind&rdquo;, &ldquo;apiVersion&rdquo; and optionally &ldquo;namespace&rdquo;.
353+
These values will be parsed to CrossNamespaceObjectReferences.
354+
e.g. {&ldquo;name&rdquo;: &ldquo;test-resource-1&rdquo;, &ldquo;kind&rdquo;: &ldquo;Receiver&rdquo;, &ldquo;apiVersion&rdquo;:
355+
&ldquo;notification.toolkit.fluxcd.io/v1&rdquo;}.</p>
344356
</td>
345357
</tr>
346358
<tr>

0 commit comments

Comments
 (0)