Skip to content

Commit ba71388

Browse files
committed
Regenerate the CRD.
1 parent d6aae5d commit ba71388

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ 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
6577
resources:
6678
description: A list of resources to be notified about changes.
6779
items:

0 commit comments

Comments
 (0)