forked fromn3wscott/sources
- Notifications
You must be signed in to change notification settings - Fork0
spencer-p/sources
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This was my intern project at Google in 2019 with the Knative Eventing team. Atthe time, Knative was fleshing out their library of Pod-specable resources andmy work was to create a set of easy-to-use Custom Resource Definitions (CRDs) tolower the barrier of entry to writing Sources for Knative.
A source is an object from which Cloud Events originates from; in thisrepository it is referred to as a source regardless of whether or not the eventoriginates on the cluster or is imported from somewhere else.
I wrote three separate CRDs to extend common useful Kubernetes objects, demosfor each of them, and a sidecar that could be used to simplify writing code forthose objects.