mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 17:11:48 +00:00
Small changes to non-goals and summary
Signed-off-by: adamkenihan <adam.kenihan@est.tech>
This commit is contained in:
parent
8081448170
commit
42b45b1413
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ Must be one of `provisional`, `implementable`, `implemented`, `deferred`, `rejec
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
This RFC proposes to add a `Provider` type to the Flux notification-controller API for the sending of CDEvents.
|
This RFC proposes to add a `Provider` type to the Flux notification-controller API for sending [CDEvents](https://github.com/cdevents).
|
||||||
|
|
||||||
When `Provider` objects configured to send CDEvents are alerted by a Flux event, they will utilise a user defined mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL.
|
When `Provider` objects configured to send CDEvents are alerted by a Flux event, they will utilise a user defined mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL.
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -43,7 +43,7 @@ know that this has succeeded?
|
||||||
|
|
||||||
### Non-Goals
|
### Non-Goals
|
||||||
|
|
||||||
A CDEvent receiver is already implemented into Flux 2.3.0.
|
Implementing CDEvents into every Flux controller that is not the notification controller.
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
What is out of scope for this RFC? Listing non-goals helps to focus discussion
|
What is out of scope for this RFC? Listing non-goals helps to focus discussion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue