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 ¶
type SenderTransport ¶
func NewDefaultSenderTansport ¶
func NewDefaultSenderTansport(sender Sender, sclient, rclient cloudevents.Client) SenderTransport
Click to show internal directories.
Click to hide internal directories.