Skip to content

Commit

Permalink
Rebuild the docs and CRDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkevmcd committed Sep 17, 2024
1 parent 8cfcfb6 commit de123a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 0 additions & 12 deletions config/crd/bases/notification.toolkit.fluxcd.io_receivers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,6 @@ spec:
Secret references.
pattern: ^([0-9]+(\.[0-9]+)?(ms|s|m|h))+$
type: string
resourceExpressions:
description: |-
ResourceExpressions is a list of CEL expressions that will be parsed to
determine resources to be notified about changes.
The expressions must evaluate to CEL values that contain the keys "name",
"kind", "apiVersion" and optionally "namespace".
These values will be parsed to CrossNamespaceObjectReferences.
e.g. {"name": "test-resource-1", "kind": "Receiver", "apiVersion":
"notification.toolkit.fluxcd.io/v1"}.
items:
type: string
type: array
resources:
description: A list of resources to be notified about changes.
items:
Expand Down
16 changes: 14 additions & 2 deletions docs/api/v1/notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,14 @@ e.g. &lsquo;push&rsquo; for GitHub or &lsquo;Push Hook&rsquo; for GitLab.</p>
</em>
</td>
<td>
<em>(Optional)</em>
<p>ResourceExpressions is a list of CEL expressions that will be parsed to
determine resources to be notified about changes.</p>
determine resources to be notified about changes.
The expressions must evaluate to CEL values that contain the keys &ldquo;name&rdquo;,
&ldquo;kind&rdquo;, &ldquo;apiVersion&rdquo; and optionally &ldquo;namespace&rdquo;.
These values will be parsed to CrossNamespaceObjectReferences.
e.g. {&ldquo;name&rdquo;: &ldquo;test-resource-1&rdquo;, &ldquo;kind&rdquo;: &ldquo;Receiver&rdquo;, &ldquo;apiVersion&rdquo;:
&ldquo;notification.toolkit.fluxcd.io/v1&rdquo;}.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -339,8 +345,14 @@ e.g. &lsquo;push&rsquo; for GitHub or &lsquo;Push Hook&rsquo; for GitLab.</p>
</em>
</td>
<td>
<em>(Optional)</em>
<p>ResourceExpressions is a list of CEL expressions that will be parsed to
determine resources to be notified about changes.</p>
determine resources to be notified about changes.
The expressions must evaluate to CEL values that contain the keys &ldquo;name&rdquo;,
&ldquo;kind&rdquo;, &ldquo;apiVersion&rdquo; and optionally &ldquo;namespace&rdquo;.
These values will be parsed to CrossNamespaceObjectReferences.
e.g. {&ldquo;name&rdquo;: &ldquo;test-resource-1&rdquo;, &ldquo;kind&rdquo;: &ldquo;Receiver&rdquo;, &ldquo;apiVersion&rdquo;:
&ldquo;notification.toolkit.fluxcd.io/v1&rdquo;}.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit de123a3

Please sign in to comment.