rename knative/eventing-sources to knative/eventing-contrib (#1433)

* rename knative/eventing-sources to knative/eventing-contrib

* revert gcr.io rename until next release.
This commit is contained in:
Scott Nichols 2019-06-17 16:27:46 -07:00 committed by Knative Prow Robot
parent f2efe949a4
commit 7de9fe79f4
25 changed files with 60 additions and 60 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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
---

View File

@ -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
```

View File

@ -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

View File

@ -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

View File

@ -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 {

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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 -
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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

View File

@ -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"