EventBus Spec

EventBus & ClusterEventBus CRD Specification

EventBus(ClusterEventBus)

Field Description
apiVersion string events.openfunction.io/v1alpha1
kind string EventBus(ClusterEventBus)
metadata v1.ObjectMeta (Optional) Refer to v1.ObjectMeta
spec EventBusSpec Refer to EventBusSpec
status EventBusStatus Status of EventBus(ClusterEventBus)

EventBusSpec

Belong to EventBus

Field Description
topic string The topic name of the event bus
natsStreaming NatsStreamingSpec Definition of the Nats Streaming event bus (currently only supported), see NatsStreamingSpec

Nats Streaming

Event bus specification of Nats Streaming


Last modified August 31, 2021: Update docs (ab70662)