From 5de6bed193791cea8bc6e99e3d91c43b67e6ff07 Mon Sep 17 00:00:00 2001 From: adamkenihan Date: Fri, 28 Jun 2024 11:11:43 +0100 Subject: [PATCH] Removal of user-defined mapping mentions Signed-off-by: adamkenihan --- rfcs/NNNN-cdevents-provider/README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/rfcs/NNNN-cdevents-provider/README.md b/rfcs/NNNN-cdevents-provider/README.md index 28b60920..5f56e929 100644 --- a/rfcs/NNNN-cdevents-provider/README.md +++ b/rfcs/NNNN-cdevents-provider/README.md @@ -19,7 +19,7 @@ Must be one of `provisional`, `implementable`, `implemented`, `deferred`, `rejec 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 an already defined mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL. @@ -34,7 +34,7 @@ this RFC. Describe why the change is important and the benefits to users. ### Goals -Integrate [CDEvents](https://github.com/cdevents) into Flux with a CDEvents Provider that supports user mapping of flux to CDEvent events. +Integrate [CDEvents](https://github.com/cdevents) into Flux with a CDEvents Provider that supports sending CDEvent events.