Skip to content

Commit

Permalink
Merge pull request #8 from junotx/master
Browse files Browse the repository at this point in the history
sync crd descriptions
  • Loading branch information
junotx authored Aug 25, 2020
2 parents ca32f12 + c9f1922 commit ccb653e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions helm/crds/events.kubesphere.io_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,17 @@ spec:
additionalProperties:
type: string
description: 'Values of Annotations can use format string with
the fields of the event. For example: `{"message": "%event.message"}`'
the fields of the event. For example: `{"message": "%message"}`'
type: object
condition:
description: 'Condition is a string similar with the where part
of sql (please use double quotation to mark a string). For example:
`event.type="Warning" and event.involvedObject.kind="Pod" and
event.reason="FailedMount"`'
of sql. See supported grammar details on https://github.com/kubesphere/event-rule-engine#supported-grammer
. For example: `type="Warning" and involvedObject.kind="Pod"
and reason="FailedMount"`'
type: string
enable:
description: Enable is whether to enable the rule
description: Enable is whether to enable the rule, default to
`false`
type: boolean
labels:
additionalProperties:
Expand Down

0 comments on commit ccb653e

Please sign in to comment.