Documentation
¶
Index ¶
- type Client
- func (c *Client) Addressable(namespace string, gvr schema.GroupVersionResource) []duckv1beta1.AddressableType
- 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) InMemoryChannels(namespace string) []messagingv1alpha1.InMemoryChannel
- func (c *Client) KnServices(namespace string) []servingv1beta1.Service
- func (c *Client) Sequences(namespace string) []messagingv1alpha1.Sequence
- 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) Addressable ¶
func (c *Client) Addressable(namespace string, gvr schema.GroupVersionResource) []duckv1beta1.AddressableType
func (*Client) EventTypes ¶
func (c *Client) EventTypes(namespace string) []eventingv1alpha1.EventType
func (*Client) InMemoryChannels ¶
func (c *Client) InMemoryChannels(namespace string) []messagingv1alpha1.InMemoryChannel
func (*Client) KnServices ¶
func (c *Client) KnServices(namespace string) []servingv1beta1.Service
func (*Client) Sequences ¶
func (c *Client) Sequences(namespace string) []messagingv1alpha1.Sequence
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.