From d148363ad2571c51e132d26b1b73d4675891da55 Mon Sep 17 00:00:00 2001 From: David Li Date: Fri, 13 Dec 2024 14:11:39 -0500 Subject: [PATCH] docs: update README to reflect CronJobSource renamed to PingSource Since [knative/eventing#2412](https://github.com/knative/eventing/issues/2412) updated the resource name from CronJobSource to PingSource, the documentation is misleading. --- docs/eventing/event-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/event-registry/README.md b/docs/eventing/event-registry/README.md index bd815cb088..9f6e0170d8 100644 --- a/docs/eventing/event-registry/README.md +++ b/docs/eventing/event-registry/README.md @@ -100,7 +100,7 @@ EventTypes are created automatically when an event source is instantiated. Knative supports automatic registration of EventTypes for the following event sources: -- CronJobSource +- PingSource - ApiServerSource - GithubSource - GcpPubSubSource