Documentation
¶
Index ¶
- func AddToYamlView(item unstructured.Unstructured, yv *[]YamlView)
- func ToYamlViewURL(name, kind, apiVersion string) string
- type Client
- func (c *Client) Addressable(namespace string, gvr schema.GroupVersionResource) []duckv1.AddressableType
- func (c *Client) Brokers(namespace string, yv *[]YamlView) []eventingv1beta1.Broker
- func (c *Client) EventTypes(namespace string, yv *[]YamlView) []eventingv1beta1.EventType
- func (c *Client) InMemoryChannels(namespace string, yv *[]YamlView) []messagingv1beta1.InMemoryChannel
- func (c *Client) KnServices(namespace string, yv *[]YamlView) []servingv1.Service
- func (c *Client) Sequences(namespace string, yv *[]YamlView) []flowsv1beta1.Sequence
- func (c *Client) SourceCRDs() []apiextensions.CustomResourceDefinition
- func (c *Client) Sources(namespace string, yv *[]YamlView) []duckv1.Source
- func (c *Client) Subscriptions(namespace string, yv *[]YamlView) []messagingv1beta1.Subscription
- func (c *Client) Triggers(namespace string, yv *[]YamlView) []eventingv1beta1.Trigger
- type YamlView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToYamlView ¶ added in v0.4.0
func AddToYamlView(item unstructured.Unstructured, yv *[]YamlView)
func ToYamlViewURL ¶ added in v0.4.0
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Addressable ¶
func (c *Client) Addressable(namespace string, gvr schema.GroupVersionResource) []duckv1.AddressableType
func (*Client) Brokers ¶
func (c *Client) Brokers(namespace string, yv *[]YamlView) []eventingv1beta1.Broker
func (*Client) EventTypes ¶
func (c *Client) EventTypes(namespace string, yv *[]YamlView) []eventingv1beta1.EventType
func (*Client) InMemoryChannels ¶
func (c *Client) InMemoryChannels(namespace string, yv *[]YamlView) []messagingv1beta1.InMemoryChannel
func (*Client) KnServices ¶
func (*Client) Sequences ¶
func (c *Client) Sequences(namespace string, yv *[]YamlView) []flowsv1beta1.Sequence
func (*Client) SourceCRDs ¶
func (c *Client) SourceCRDs() []apiextensions.CustomResourceDefinition
func (*Client) Subscriptions ¶
func (c *Client) Subscriptions(namespace string, yv *[]YamlView) []messagingv1beta1.Subscription
Click to show internal directories.
Click to hide internal directories.