From 4e1b4545e9f49f1fba5cae002943889585ac450f Mon Sep 17 00:00:00 2001 From: David Li Date: Tue, 21 Jan 2025 04:38:09 -0500 Subject: [PATCH] docs: update README to reflect CronJobSource renamed to PingSource (#6175) 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 bd815cb0886..9f6e0170d8e 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