Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeReceiveAdapter ¶
func MakeReceiveAdapter(args *ReceiveAdapterArgs) *v1.Deployment
MakeReceiveAdapter generates (but does not insert into K8s) the Receive Adapter Deployment for GCP PubSub Sources.
Types ¶
type ReceiveAdapterArgs ¶
type ReceiveAdapterArgs struct { Image string Source *v1alpha1.GcpPubSubSource Labels map[string]string SubscriptionID string SinkURI string TransformerURI string }
ReceiveAdapterArgs are the arguments needed to create a GCP PubSub Source Receive Adapter. Every field is required.
Click to show internal directories.
Click to hide internal directories.