Skip to content

Commit

Permalink
Regenerate the CRD.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkevmcd committed Sep 18, 2024
1 parent 4e2654f commit 1d7d611
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/crd/bases/notification.toolkit.fluxcd.io_receivers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ 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

0 comments on commit 1d7d611

Please sign in to comment.