cloudevents-controller

module
v0.0.0-...-9f59c5b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: Apache-2.0

README

CDF Cloudevents Controller

Create sinks to ingest cloudevents and conversion brokers which convert cloudevents from on type to the other. Converted cloudevents can be forwarded to other sinks.

Terminology

CloudeventSink : Sink where cloudevents can be dumped

ConversionBroker : Source which can be used to send converted cloudevents from a Sink.

CloudeventSink

CloudeventSink creates a Pod (which backs the sink) and a corresponding Service which can be used wherever we can give a cloudevents sink url.

kind: CloudeventSink
metadata:
  name: tekton-sink
  namespace: tekton-pipelines
spec: 
  type: "http" # type of cloudevents which the sink can accept
ConversionBroker (TODO)

ConversionBroker converts incoming cloudevent from the sink to the required type.

kind: ConversionBroker
metadata:
  name: tekton-event-broker
  namespace: jenkins
spec:
  sink: "http://sink-url:6666"

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.

Directories

Path Synopsis
cmd
pkg
apis/samples/v1alpha1
+k8s:deepcopy-gen=package +groupName=cloudevents.waveywaves.dev
+k8s:deepcopy-gen=package +groupName=cloudevents.waveywaves.dev
client/clientset/versioned
This package has the automatically generated clientset.
This package has the automatically generated clientset.
client/clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
client/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
client/clientset/versioned/typed/samples/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/samples/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL