From 7de9fe79f419c5840d7138e13b51c5d92ed71b96 Mon Sep 17 00:00:00 2001 From: Scott Nichols <32305648+n3wscott@users.noreply.github.com> Date: Mon, 17 Jun 2019 16:27:46 -0700 Subject: [PATCH] rename knative/eventing-sources to knative/eventing-contrib (#1433) * rename knative/eventing-sources to knative/eventing-contrib * revert gcr.io rename until next release. --- docs/eventing/README.md | 4 +-- docs/eventing/broker-trigger.md | 4 +-- docs/eventing/debugging/README.md | 8 ++--- docs/eventing/debugging/example.yaml | 2 +- docs/eventing/event-registry.md | 2 +- .../samples/apache-camel-source/README.md | 2 +- .../samples/container-source/README.md | 10 +++--- .../container-source/heartbeats-source.yaml | 2 +- .../samples/gcp-pubsub-source/README.md | 2 +- .../samples/gcp-pubsub-source/trigger.yaml | 2 +- docs/eventing/samples/iot-core/README.md | 4 +-- docs/eventing/samples/iot-core/trigger.yaml | 2 +- .../kubernetes-event-source/trigger.yaml | 2 +- .../writing-a-source/03-reconcile-sources.md | 4 +-- docs/install/Knative-custom-install.md | 34 +++++++++---------- docs/install/Knative-with-AKS.md | 4 +-- docs/install/Knative-with-GKE.md | 4 +-- docs/install/Knative-with-Gardener.md | 4 +-- docs/install/Knative-with-ICP.md | 4 +-- docs/install/Knative-with-IKS.md | 4 +-- docs/install/Knative-with-Minikube.md | 4 +-- docs/install/Knative-with-PKS.md | 4 +-- docs/install/Knative-with-any-k8s.md | 4 +-- docs/reference/README.md | 2 +- hack/gen-api-reference-docs.sh | 2 +- 25 files changed, 60 insertions(+), 60 deletions(-) diff --git a/docs/eventing/README.md b/docs/eventing/README.md index 392810f85..cc366e961 100644 --- a/docs/eventing/README.md +++ b/docs/eventing/README.md @@ -301,7 +301,7 @@ Knative Serving application so that they can be consumed. certificate. See the -[Kafka Source](https://github.com/knative/eventing-sources/tree/master/contrib/kafka/samples) +[Kafka Source](https://github.com/knative/eventing-contrib/tree/master/contrib/kafka/samples) example. ### CamelSource @@ -331,7 +331,7 @@ to be installed into the current namespace. development purposes. See the -[CamelSource](https://github.com/knative/eventing-sources/blob/master/contrib/camel/samples/README.md) +[CamelSource](https://github.com/knative/eventing-contrib/blob/master/contrib/camel/samples/README.md) example. ## Getting Started diff --git a/docs/eventing/broker-trigger.md b/docs/eventing/broker-trigger.md index 5bb0ec845..4b7c67255 100644 --- a/docs/eventing/broker-trigger.md +++ b/docs/eventing/broker-trigger.md @@ -180,7 +180,7 @@ spec: spec: container: # This corresponds to - # https://github.com/knative/eventing-sources/blob/v0.2.1/cmd/message_dumper/dumper.go. + # https://github.com/knative/eventing-contrib/blob/v0.2.1/cmd/message_dumper/dumper.go. image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/message_dumper@sha256:ab5391755f11a5821e7263686564b3c3cd5348522f5b31509963afb269ddcd63 ``` @@ -275,7 +275,7 @@ kind: ContainerSource metadata: name: heartbeats-sender spec: - image: github.com/knative/eventing-sources/cmd/heartbeats/ + image: github.com/knative/eventing-contrib/cmd/heartbeats/ sink: apiVersion: eventing.knative.dev/v1alpha1 kind: Broker diff --git a/docs/eventing/debugging/README.md b/docs/eventing/debugging/README.md index 0e5728f86..d57b48591 100644 --- a/docs/eventing/debugging/README.md +++ b/docs/eventing/debugging/README.md @@ -11,7 +11,7 @@ know roughly how things fit together. This document works with [Eventing 0.3](https://github.com/knative/eventing/releases/tag/v0.3.0) and -[Eventing Sources 0.3](https://github.com/knative/eventing-sources/releases/tag/v0.3.0). +[Eventing Sources 0.3](https://github.com/knative/eventing-contrib/releases/tag/v0.3.0). ## Prerequisites @@ -202,7 +202,7 @@ during `chan` reconciliation. See [Channel Controller](#channel-controller). ##### `src` `src` is a -[`KubernetesEventSource`](https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/kuberneteseventsource_types.go), +[`KubernetesEventSource`](https://github.com/knative/eventing-contrib/blob/master/pkg/apis/sources/v1alpha1/kuberneteseventsource_types.go), which creates an underlying [`ContainerSource`](https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1alpha1/containersource_types.go). @@ -435,8 +435,8 @@ to start. If you see these more than a few seconds after the `Pod` starts, then something is wrong. ```shell -E0116 23:59:40.033667 1 reflector.go:205] github.com/knative/eventing-sources/pkg/adapter/kubernetesevents/adapter.go:73: Failed to list *v1.Event: Get https://10.51.240.1:443/api/v1/namespaces/kna tive-debug/events?limit=500&resourceVersion=0: dial tcp 10.51.240.1:443: connect: connection refused -E0116 23:59:41.034572 1 reflector.go:205] github.com/knative/eventing-sources/pkg/adapter/kubernetesevents/adapter.go:73: Failed to list *v1.Event: Get https://10.51.240.1:443/api/v1/namespaces/kna tive-debug/events?limit=500&resourceVersion=0: dial tcp 10.51.240.1:443: connect: connection refused +E0116 23:59:40.033667 1 reflector.go:205] github.com/knative/eventing-contrib/pkg/adapter/kubernetesevents/adapter.go:73: Failed to list *v1.Event: Get https://10.51.240.1:443/api/v1/namespaces/kna tive-debug/events?limit=500&resourceVersion=0: dial tcp 10.51.240.1:443: connect: connection refused +E0116 23:59:41.034572 1 reflector.go:205] github.com/knative/eventing-contrib/pkg/adapter/kubernetesevents/adapter.go:73: Failed to list *v1.Event: Get https://10.51.240.1:443/api/v1/namespaces/kna tive-debug/events?limit=500&resourceVersion=0: dial tcp 10.51.240.1:443: connect: connection refused ``` The success message is `debug` level, so we don't expect to see anything. If you diff --git a/docs/eventing/debugging/example.yaml b/docs/eventing/debugging/example.yaml index 485cacce6..de63a4aed 100644 --- a/docs/eventing/debugging/example.yaml +++ b/docs/eventing/debugging/example.yaml @@ -100,7 +100,7 @@ spec: containers: - name: user-container # This corresponds to - # https://github.com/knative/eventing-sources/blob/v0.2.1/cmd/message_dumper/dumper.go. + # https://github.com/knative/eventing-contrib/blob/v0.2.1/cmd/message_dumper/dumper.go. image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/message_dumper@sha256:ab5391755f11a5821e7263686564b3c3cd5348522f5b31509963afb269ddcd63 ports: - containerPort: 8080 diff --git a/docs/eventing/event-registry.md b/docs/eventing/event-registry.md index 4c0c5df30..6b7e5ac5f 100644 --- a/docs/eventing/event-registry.md +++ b/docs/eventing/event-registry.md @@ -258,7 +258,7 @@ the next topic: How do we actually populate the registry in the first place? If you are interested in more information regarding configuration options of a KafkaSource, please refer to the - [KafKaSource example](https://github.com/knative/eventing-sources/tree/master/contrib/kafka/samples). + [KafKaSource example](https://github.com/knative/eventing-contrib/tree/master/contrib/kafka/samples). For this discussion, the relevant information from the yaml above are the `sink` and the `topics`. We observe that the `sink` is of kind `Broker`. We diff --git a/docs/eventing/samples/apache-camel-source/README.md b/docs/eventing/samples/apache-camel-source/README.md index 82da08a0f..de2babf3b 100644 --- a/docs/eventing/samples/apache-camel-source/README.md +++ b/docs/eventing/samples/apache-camel-source/README.md @@ -19,7 +19,7 @@ for generating events. environments, including development clusters. 1. Install the Camel Source from the `camel.yaml` in the - [Eventing Sources release page](https://github.com/knative/eventing-sources/releases): + [Eventing Sources release page](https://github.com/knative/eventing-contrib/releases): ```shell kubectl apply --filename camel.yaml diff --git a/docs/eventing/samples/container-source/README.md b/docs/eventing/samples/container-source/README.md index a11a4b698..051d71422 100644 --- a/docs/eventing/samples/container-source/README.md +++ b/docs/eventing/samples/container-source/README.md @@ -13,17 +13,17 @@ creating your own event source as a ContainerSource. ### Prepare the heartbeats image -Knative [event-sources](https://github.com/knative/eventing-sources) has a +Knative [event-sources](https://github.com/knative/eventing-contrib) has a sample of heartbeats event source. You could clone the source codes by ``` -git clone -b "release-0.6" https://github.com/knative/eventing-sources.git +git clone -b "release-0.6" https://github.com/knative/eventing-contrib.git ``` And then build a heartbeats image and publish to your image repo with ``` -ko publish github.com/knative/eventing-sources/cmd/heartbeats +ko publish github.com/knative/eventing-contrib/cmd/heartbeats ``` **Note**: `ko publish` requires: @@ -111,7 +111,7 @@ message sent by the heartbeats source to the display function: Context Attributes, SpecVersion: 0.2 Type: dev.knative.eventing.samples.heartbeat - Source: https://github.com/knative/eventing-sources/cmd/heartbeats/#event-test/mypod + Source: https://github.com/knative/eventing-contrib/cmd/heartbeats/#event-test/mypod ID: cd1f5f24-12dd-489d-aff4-23302c6091fa Time: 2019-04-04T08:38:24.833521851Z ContentType: application/json @@ -153,7 +153,7 @@ any tools you like. Here are some basic guidelines: [CloudEvents](https://github.com/cloudevents/spec/blob/master/spec.md#design-goals) format is recommended. -[heartbeats](https://github.com/knative/eventing-sources/blob/master/cmd/heartbeats/main.go) +[heartbeats](https://github.com/knative/eventing-contrib/blob/master/cmd/heartbeats/main.go) event source is a sample for your reference. ### Create the ContainerSource using this container image diff --git a/docs/eventing/samples/container-source/heartbeats-source.yaml b/docs/eventing/samples/container-source/heartbeats-source.yaml index cb26d7044..d8dced575 100644 --- a/docs/eventing/samples/container-source/heartbeats-source.yaml +++ b/docs/eventing/samples/container-source/heartbeats-source.yaml @@ -4,7 +4,7 @@ metadata: name: test-heartbeats spec: # This corresponds to a heartbeats image uri you build and publish, - # e.g. gcr.io/[gcloud-project]/github.com/knative/eventing-sources/cmd/heartbeats + # e.g. gcr.io/[gcloud-project]/github.com/knative/eventing-contrib/cmd/heartbeats image: index.docker.io/daisyycguo/heartbeats-6790335e994243a8d3f53b967cdd6398 args: - --period=1 diff --git a/docs/eventing/samples/gcp-pubsub-source/README.md b/docs/eventing/samples/gcp-pubsub-source/README.md index b505dc80a..4a477669e 100644 --- a/docs/eventing/samples/gcp-pubsub-source/README.md +++ b/docs/eventing/samples/gcp-pubsub-source/README.md @@ -20,7 +20,7 @@ source is most useful as a bridge from other GCP services, such as PubSub event source from `release-gcppubsub.yaml`: ```shell - kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml + kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml ``` 1. Enable the `Cloud Pub/Sub API` on your project: diff --git a/docs/eventing/samples/gcp-pubsub-source/trigger.yaml b/docs/eventing/samples/gcp-pubsub-source/trigger.yaml index 40e59461c..a43824a16 100644 --- a/docs/eventing/samples/gcp-pubsub-source/trigger.yaml +++ b/docs/eventing/samples/gcp-pubsub-source/trigger.yaml @@ -9,7 +9,7 @@ spec: spec: containers: - # This corresponds to - # https://github.com/knative/eventing-sources/blob/release-0.5/cmd/event_display/main.go + # https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d --- diff --git a/docs/eventing/samples/iot-core/README.md b/docs/eventing/samples/iot-core/README.md index 089b320b2..e687edcd6 100644 --- a/docs/eventing/samples/iot-core/README.md +++ b/docs/eventing/samples/iot-core/README.md @@ -80,7 +80,7 @@ export IOTCORE_TOPIC_DEVICE="iot-demo-device-pubsub-topic" controller. ```shell - kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml + kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml ``` ### Deploying @@ -207,5 +207,5 @@ To cleanup the knative resources: 1. Remove the `GcpPubSubSource` controller: ```shell - kubectl delete --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml + kubectl delete --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml ``` diff --git a/docs/eventing/samples/iot-core/trigger.yaml b/docs/eventing/samples/iot-core/trigger.yaml index 612afa5cb..aeaf0cfc6 100644 --- a/docs/eventing/samples/iot-core/trigger.yaml +++ b/docs/eventing/samples/iot-core/trigger.yaml @@ -23,5 +23,5 @@ spec: spec: containers: - # This corresponds to - # https://github.com/knative/eventing-sources/blob/release-0.5/cmd/event_display/main.go + # https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d diff --git a/docs/eventing/samples/kubernetes-event-source/trigger.yaml b/docs/eventing/samples/kubernetes-event-source/trigger.yaml index f5965f53e..5f5ede69a 100644 --- a/docs/eventing/samples/kubernetes-event-source/trigger.yaml +++ b/docs/eventing/samples/kubernetes-event-source/trigger.yaml @@ -24,5 +24,5 @@ spec: spec: containers: - # This corresponds to - # https://github.com/knative/eventing-sources/blob/release-0.5/cmd/event_display/main.go + # https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d diff --git a/docs/eventing/samples/writing-a-source/03-reconcile-sources.md b/docs/eventing/samples/writing-a-source/03-reconcile-sources.md index 731193517..9b2d45d0b 100644 --- a/docs/eventing/samples/writing-a-source/03-reconcile-sources.md +++ b/docs/eventing/samples/writing-a-source/03-reconcile-sources.md @@ -116,7 +116,7 @@ _After completing this tutorial, consider replacing the code below with existing sink resolution helpers provided by Knative: `AddressableType` from `[github.com/knative/pkg/apis/duck/v1alpha1](https://github.com/knative/pkg/tree/master/apis/duck/v1alpha1)` and `GetSinkURI` from -`[github.com/knative/eventing-sources/pkg/controller/sinks](https://github.com/knative/eventing-sources/tree/master/pkg/controller/sinks)`._ +`[github.com/knative/eventing-contrib/pkg/controller/sinks](https://github.com/knative/eventing-contrib/tree/master/pkg/controller/sinks)`._ ```go type addressableType struct { @@ -128,7 +128,7 @@ type addressableType struct { } // TODO(user): A version of this function is also available in the -// github.com/knative/eventing-sources/pkg/controller/sinks package. +// github.com/knative/eventing-contrib/pkg/controller/sinks package. func (r *ReconcileSampleSource) resolveSinkRef(ctx context.Context, sinkRef *corev1.ObjectReference) (string, error) { // Make sure the reference is not nil. if sinkRef == nil { diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index 0eef4ea10..9ca876e7f 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -85,11 +85,11 @@ The following Knative installation files are available: - https://github.com/knative/eventing/releases/download/v0.6.0/in-memory-channel.yaml - https://github.com/knative/eventing/releases/download/v0.6.0/kafka.yaml - **Eventing sources**: - - https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.6.0/camel.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.6.0/kafka.yaml - - https://github.com/knative/eventing-sources/releases/download/v0.6.0/event-display.yaml + - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml + - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/camel.yaml + - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml + - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/kafka.yaml + - https://github.com/knative/eventing-contrib/releases/download/v0.6.0/event-display.yaml - **Cluster roles**: - https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml @@ -123,7 +123,7 @@ files from the Knative repositories: | [`kafka.yaml`][4.4] | Installs only the Kafka channel provisioner. | Eventing component | | [`natss.yaml`][4.5] | Installs only the NATSS channel provisioner. | Eventing component | | [`gcp-pubsub.yaml`][4.6] | Installs only the GCP PubSub channel provisioner. | Eventing component | -| **knative/eventing-sources** | | | +| **knative/eventing-contrib** | | | | [`eventing-sources.yaml`][5.1]† | Installs the [GitHub][6.1] source. | Eventing component | | [`camel.yaml`][5.4] | Installs the Apache Camel source. | Eventing component | | [`gcppubsub.yaml`][5.2] | Installs the [GCP PubSub source][6.3] | Eventing component | @@ -175,24 +175,24 @@ for details about installing the various supported observability plugins. [4.5]: https://github.com/knative/eventing/releases/download/v0.6.0/natss.yaml [4.6]: https://github.com/knative/eventing/releases/download/v0.6.0/gcp-pubsub.yaml -[5]: https://github.com/knative/eventing-sources/releases/tag/v0.6.0 +[5]: https://github.com/knative/eventing-contrib/releases/tag/v0.6.0 [5.1]: - https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml [5.2]: - https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.6.0/gcppubsub.yaml [5.3]: - https://github.com/knative/eventing-sources/releases/download/v0.6.0/event-display.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.6.0/event-display.yaml [5.4]: - https://github.com/knative/eventing-sources/releases/download/v0.6.0/camel.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.6.0/camel.yaml [5.5]: - https://github.com/knative/eventing-sources/releases/download/v0.6.0/kafka.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.6.0/kafka.yaml [5.6]: - https://github.com/knative/eventing-sources/releases/download/v0.6.0/awssqs.yaml + https://github.com/knative/eventing-contrib/releases/download/v0.6.0/awssqs.yaml [6]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#event-v1-core [6.1]: https://developer.github.com/v3/activity/events/types/ [6.2]: - https://github.com/knative/eventing-sources/blob/master/samples/cronjob-source/README.md + https://github.com/knative/eventing-contrib/blob/master/samples/cronjob-source/README.md [6.3]: https://cloud.google.com/pubsub/ [7]: https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml @@ -263,7 +263,7 @@ commands below. - `https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager` - `https://github.com/knative/build/releases/download/v0.6.0/build.yaml` - `https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml` - - `https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml` + - `https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml` - `https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml` **Note**: By default, the Knative Serving component installation @@ -311,7 +311,7 @@ commands below. --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -323,7 +323,7 @@ commands below. kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-AKS.md b/docs/install/Knative-with-AKS.md index bc1fd69ca..301452652 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -184,7 +184,7 @@ your Knative installation, see --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -198,7 +198,7 @@ your Knative installation, see kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index 76529cc52..7faff6594 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -163,7 +163,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -176,7 +176,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index cdc5ea65c..576b69e71 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -118,7 +118,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -131,7 +131,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index b6a7a4f83..f1e740b05 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -189,7 +189,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). ``` ```shell - curl -L https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + curl -L https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl apply --filename - ``` @@ -285,7 +285,7 @@ curl -L https://github.com/knative/eventing/releases/download/v0.6.0/release.yam ``` ```shell -curl -L https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ +curl -L https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ | sed 's/LoadBalancer/NodePort/' \ | kubectl delete --filename - ``` diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index 8f21b5c39..a9665bbe2 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -202,7 +202,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -215,7 +215,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index fb76316fd..354c401b3 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -124,7 +124,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -137,7 +137,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index 8ec7e445a..d90ba241a 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -104,7 +104,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -117,7 +117,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index aec1ecde6..fb158b578 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -71,7 +71,7 @@ your Knative installation, see --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` @@ -84,7 +84,7 @@ your Knative installation, see kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \ --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \ - --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \ + --filename https://github.com/knative/eventing-contrib/releases/download/v0.6.0/eventing-sources.yaml \ --filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \ --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml ``` diff --git a/docs/reference/README.md b/docs/reference/README.md index 0b0d6d939..a9cc93aa5 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -60,7 +60,7 @@ To generate a version of the API: - [Build](https://github.com/knative/build/releases/) - [Eventing](https://github.com/knative/eventing/releases/) - - [Eventing Sources](https://github.com/knative/eventing-sources/releases/) + - [Eventing Sources](https://github.com/knative/eventing-contrib/releases/) - [Serving](https://github.com/knative/serving/releases/) 1. To run the `gen-api-reference-docs.sh` command from the `hack` directory, you diff --git a/hack/gen-api-reference-docs.sh b/hack/gen-api-reference-docs.sh index eb16aba64..ea02d453f 100755 --- a/hack/gen-api-reference-docs.sh +++ b/hack/gen-api-reference-docs.sh @@ -37,7 +37,7 @@ KNATIVE_EVENTING_REPO="github.com/knative/eventing" KNATIVE_EVENTING_COMMIT="${KNATIVE_EVENTING_COMMIT:?specify the \$KNATIVE_EVENTING_COMMIT variable}" KNATIVE_EVENTING_OUT_FILE="eventing/eventing.md" -KNATIVE_EVENTING_SOURCES_REPO="github.com/knative/eventing-sources" +KNATIVE_EVENTING_SOURCES_REPO="github.com/knative/eventing-contrib" KNATIVE_EVENTING_SOURCES_COMMIT="${KNATIVE_EVENTING_SOURCES_COMMIT:?specify the \$KNATIVE_EVENTING_SOURCES_COMMIT variable}" KNATIVE_EVENTING_SOURCES_OUT_FILE="eventing/eventing-sources.md"