Skip to content

Commit edd6d92

Browse files
joshuabairdmarcofranssen
authored andcommitted
Update CRDs.
Signed-off-by: Josh Baird <jbaird@galileo.io>
1 parent 594ef00 commit edd6d92

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

charts/fluent-operator-crds/templates/fluent-bit/fluentbit.fluent.io_clusterfilters.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ spec:
125125
Exclude records which field matches the regular expression.
126126
Value Format: FIELD REGEX
127127
type: string
128+
logicalOp:
129+
description: Specify the logical operator for multiple regex/exclude
130+
rules.
131+
enum:
132+
- and
133+
- or
134+
type: string
128135
regex:
129136
description: |-
130137
Keep records which field matches the regular expression.

charts/fluent-operator-crds/templates/fluent-bit/fluentbit.fluent.io_filters.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ spec:
125125
Exclude records which field matches the regular expression.
126126
Value Format: FIELD REGEX
127127
type: string
128+
logicalOp:
129+
description: Specify the logical operator for multiple regex/exclude
130+
rules.
131+
enum:
132+
- and
133+
- or
134+
type: string
128135
regex:
129136
description: |-
130137
Keep records which field matches the regular expression.

charts/fluent-operator/crds/fluentbit.fluent.io_clusterfilters.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ spec:
122122
Exclude records which field matches the regular expression.
123123
Value Format: FIELD REGEX
124124
type: string
125+
logicalOp:
126+
description: Specify the logical operator for multiple regex/exclude
127+
rules.
128+
enum:
129+
- and
130+
- or
131+
type: string
125132
regex:
126133
description: |-
127134
Keep records which field matches the regular expression.

charts/fluent-operator/crds/fluentbit.fluent.io_filters.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ spec:
122122
Exclude records which field matches the regular expression.
123123
Value Format: FIELD REGEX
124124
type: string
125+
logicalOp:
126+
description: Specify the logical operator for multiple regex/exclude
127+
rules.
128+
enum:
129+
- and
130+
- or
131+
type: string
125132
regex:
126133
description: |-
127134
Keep records which field matches the regular expression.

0 commit comments

Comments
 (0)