This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
Knative GCP release v0.8.1
Pre-release
Pre-release
First release of Knative for Google Cloud Platform 🎉 🚀 🎂
This repo will stay in-sync with the Knative Project release cycle.
This release includes two new resources in the pubsub.cloud.run
api group:
-
PullSubscription, a managed Pub/Sub
subscription
that will push events from atopic
to asink
. Thetopic
must be created out of band. -
Topic, a managed Pub/Sub
topic
that publishes CloudEvents onto a Pub/Sub
topic
from HTTP Posts onto the Topic internal cluster address.
And one in messaging.cloud.run
:
- Channel, a Pub/Sub backed Knative Channel implementation.
This repo is still a work in progress and more releases and documentation will
follow.