senders

package
v0.0.0-...-7f78ec7 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sender

type Sender interface {
	List(namespace string, gvr schema.GroupVersionResource, options metav1.ListOptions) (*unstructured.UnstructuredList, error)
	Watch(namespace string, gvr schema.GroupVersionResource, options metav1.ListOptions) (watch.Interface, error)
}

func NewDynamicSender

func NewDynamicSender(client dynamic.Interface) Sender

type SenderTransport

type SenderTransport interface {
	Run(ctx context.Context)
}

func NewDefaultSenderTansport

func NewDefaultSenderTansport(sender Sender, sclient, rclient cloudevents.Client) SenderTransport

Jump to

Keyboard shortcuts

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