File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,17 @@ spec:
4444 additionalProperties :
4545 type : string
4646 description : ' Values of Annotations can use format string with
47- the fields of the event. For example: `{"message": "%event. message"}`'
47+ the fields of the event. For example: `{"message": "%message"}`'
4848 type : object
4949 condition :
5050 description : ' Condition is a string similar with the where part
51- of sql (please use double quotation to mark a string). For example:
52- `event. type="Warning" and event. involvedObject.kind="Pod" and
53- event. reason="FailedMount"`'
51+ of sql. See supported grammar details on https://github.com/kubesphere/event-rule-engine#supported-grammer
52+ . For example: ` type="Warning" and involvedObject.kind="Pod"
53+ and reason="FailedMount"`'
5454 type : string
5555 enable :
56- description : Enable is whether to enable the rule
56+ description : Enable is whether to enable the rule, default to
57+ ` false`
5758 type : boolean
5859 labels :
5960 additionalProperties :
You can’t perform that action at this time.
0 commit comments