Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/eventing/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Name | Status | Support | Description
[GitLab](https://gitlab.com/triggermesh/gitlabsource) | Proof of Concept | None | Registers for events of the specified types on the specified GitLab repository. Brings those events into Knative.
[Kubernetes](https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1alpha1/apiserver_types.go) | Active Development | Knative | Brings Kubernetes API server events into Knative.
[Ping](https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1alpha2/ping_types.go) | In development | None | Uses an in-memory timer to produce events with a fixed payload on a specified cron schedule.
[VMware](https://github.com/vmware-tanzu/sources-for-knative/tree/{{< branch >}}/pkg/apis/source/v1alpha1/vspheresource_types.go) | Active Development | None | Brings [vSphere](https://www.vmware.com/products/vsphere.html) events into Knative.



Expand Down
6 changes: 6 additions & 0 deletions docs/eventing/sources/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ sources:
support: None
description: >
Brings [Apache CouchDB](https://couchdb.apache.org/) messages into Knative.
- name: VMware
url: https://github.com/vmware-tanzu/sources-for-knative/tree/{{< branch >}}/pkg/apis/source/v1alpha1/vspheresource_types.go
status: Active Development
support: None
description: >
Brings [vSphere](https://www.vmware.com/products/vsphere.html) events into Knative.

# These are containers intended to be used with ContainerSource, but are not CRDs.
containers:
Expand Down
14 changes: 14 additions & 0 deletions docs/install/any-kubernetes-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,20 @@ To learn more about the Apache CouchDB source, read [our documentation]((https:/

{{< /tab >}}

{{% tab name="VMware Sources and Bindings" %}}

{{< feature-state version="v0.14" state="alpha" >}}

The following command installs the VMware Sources and Bindings:

```bash
kubectl apply --filename {{< artifact org="vmware-tanzu" repo="sources-for-knative" file="release.yaml" >}}
```

To learn more about the VMware sources and bindings, try [our samples](https://github.com/vmware-tanzu/sources-for-knative/tree/master/samples/README.md).

{{< /tab >}}


<!-- TODO: prometheus source -->
<!-- TODO: AWS SQS source -->
Expand Down