Knative Eventing release v0.7.1
Pre-release
Pre-release
Artifact | Description |
---|---|
eventing.yaml |
The core knative/eventing components: Channel, Subscription, ClusterChannelProvisioner, Broker, Trigger, APIServerSource, ContainerSource, CronJobSource, EventType, Sequence |
gcp-pubsub.yaml |
The GCP PubSub ChannelProvisioner |
in-memory-channel-crd.yaml |
The InMemoryChannel CRD |
in-memory-channel-provisioner.yaml |
The in-memory ChannelProvisioner |
kafka.yaml |
The KafkaChannel CRD |
kafka-ccp.yaml |
The Kafka ChannelProvisioner |
natss.yaml |
The NatssChannel CRD |
natss-ccp.yaml |
The Natss ChannelProvisioner |
release.yaml |
Core knative/eventing components bundled with the in-memory ClusterChannelProvisioner |
Eventing
ClusterChannelProvisioners have been deprecated and will be removed in a future release. Please transition to using CRD-based channel implementations instead.
Existing CCP | Replacement CRD |
---|---|
in-memory |
InMemoryChannel |
kafka |
KafkaChannel |
natss |
NatssChannel |
gcp-pubsub |
Channel.pubsub.cloud.run in https://github.com/GoogleCloudPlatform/cloud-run-events |