Documentation ¶
Index ¶
- type Client
- func (c *Client) Brokers(namespace string) []eventingv1alpha1.Broker
- func (c *Client) Channels(namespace string) []eventingv1alpha1.Channel
- func (c *Client) EventTypes(namespace string) []eventingv1alpha1.EventType
- func (c *Client) KnServices(namespace string) []servingv1alpha1.Service
- func (c *Client) SourceCRDs() []apiextensions.CustomResourceDefinition
- func (c *Client) Sources(namespace string) []duckv1alpha1.SourceType
- func (c *Client) Subscriptions(namespace string) []eventingv1alpha1.Subscription
- func (c *Client) Triggers(namespace string) []eventingv1alpha1.Trigger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) EventTypes ¶
func (c *Client) EventTypes(namespace string) []eventingv1alpha1.EventType
func (*Client) KnServices ¶
func (c *Client) KnServices(namespace string) []servingv1alpha1.Service
func (*Client) SourceCRDs ¶
func (c *Client) SourceCRDs() []apiextensions.CustomResourceDefinition
func (*Client) Sources ¶
func (c *Client) Sources(namespace string) []duckv1alpha1.SourceType
func (*Client) Subscriptions ¶
func (c *Client) Subscriptions(namespace string) []eventingv1alpha1.Subscription
Click to show internal directories.
Click to hide internal directories.