Skip to content

Commit

Permalink
Improve for Code Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Feb 6, 2024
1 parent 52bc1a7 commit 415d571
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/user/02-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,19 @@ Use the following sample CRs as guidance. Each can be applied immediately when y

<!-- TABLE-END -->

<h3>More Details about Eventing CR state</h3>
<h3>More Details About Eventing CR State</h3>
The following table provides more details on the overall state of the Eventing CR:
- The <b>State</b> column has the overall state of the Eventing CR.
- The <b>Backend Config</b> column is part of the eventing CR that is either available or mistakenly not specified by a user.
- The <b>Backend State</b> column describes the state of the NATS backend or EventMesh Secret existence.

Warnings indicate that user action is required, that is, the user must install the NATS module or create an EventMesh Secret.

| Backend Config | Backend State | State |
|---------------------------|---------------------------|----------------|
| available | no NATS backend available | Warning|
| not available | | Warning |
| available | no EventMesh secret | Warning |
| available | error cases not caused by a user | Error |
| available | creating/updating eventing module | Processing |
| Backend Config | Backend State | State | Backend Type |
|---------------------------|---------------------------|----------------|----------------|
| exists | no NATS backend available | Warning (no events will be accepted / dispatched)| NATS |
| not specified | | Warning (no events will be accepted / dispatched) | NATS/EventMesh |
| exists | no EventMesh secret | Warning (no events will be accepted / dispatched) | EventMesh |
| exists | NATS backend deletion blocked (NATS CR in Warning state) | Ready (events will be accepted / dispatched) | NATS |
| exists | error cases not caused by a user | Error | NATS/EventMesh |
| exists | creating/updating eventing module | Processing | NATS/EventMesh |

0 comments on commit 415d571

Please sign in to comment.