v1alpha1

package
v0.0.0-...-0010da6 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrokerExpansion

type BrokerExpansion interface{}

type BrokerInterface

type BrokerInterface interface {
	Create(*v1alpha1.Broker) (*v1alpha1.Broker, error)
	Update(*v1alpha1.Broker) (*v1alpha1.Broker, error)
	UpdateStatus(*v1alpha1.Broker) (*v1alpha1.Broker, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Broker, error)
	List(opts v1.ListOptions) (*v1alpha1.BrokerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Broker, err error)
	BrokerExpansion
}

BrokerInterface has methods to work with Broker resources.

type BrokersGetter

type BrokersGetter interface {
	Brokers(namespace string) BrokerInterface
}

BrokersGetter has a method to return a BrokerInterface. A group's client should implement this interface.

type ChannelExpansion

type ChannelExpansion interface{}

type ChannelInterface

type ChannelInterface interface {
	Create(*v1alpha1.Channel) (*v1alpha1.Channel, error)
	Update(*v1alpha1.Channel) (*v1alpha1.Channel, error)
	UpdateStatus(*v1alpha1.Channel) (*v1alpha1.Channel, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Channel, error)
	List(opts v1.ListOptions) (*v1alpha1.ChannelList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Channel, err error)
	ChannelExpansion
}

ChannelInterface has methods to work with Channel resources.

type ChannelsGetter

type ChannelsGetter interface {
	Channels(namespace string) ChannelInterface
}

ChannelsGetter has a method to return a ChannelInterface. A group's client should implement this interface.

type ClusterChannelProvisionerExpansion

type ClusterChannelProvisionerExpansion interface{}

type ClusterChannelProvisionerInterface

ClusterChannelProvisionerInterface has methods to work with ClusterChannelProvisioner resources.

type ClusterChannelProvisionersGetter

type ClusterChannelProvisionersGetter interface {
	ClusterChannelProvisioners() ClusterChannelProvisionerInterface
}

ClusterChannelProvisionersGetter has a method to return a ClusterChannelProvisionerInterface. A group's client should implement this interface.

type EventingV1alpha1Client

type EventingV1alpha1Client struct {
	// contains filtered or unexported fields
}

EventingV1alpha1Client is used to interact with features provided by the eventing.knative.dev group.

func New

New creates a new EventingV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*EventingV1alpha1Client, error)

NewForConfig creates a new EventingV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EventingV1alpha1Client

NewForConfigOrDie creates a new EventingV1alpha1Client for the given config and panics if there is an error in the config.

func (*EventingV1alpha1Client) Brokers

func (c *EventingV1alpha1Client) Brokers(namespace string) BrokerInterface

func (*EventingV1alpha1Client) Channels

func (c *EventingV1alpha1Client) Channels(namespace string) ChannelInterface

func (*EventingV1alpha1Client) ClusterChannelProvisioners

func (c *EventingV1alpha1Client) ClusterChannelProvisioners() ClusterChannelProvisionerInterface

func (*EventingV1alpha1Client) RESTClient

func (c *EventingV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*EventingV1alpha1Client) Subscriptions

func (c *EventingV1alpha1Client) Subscriptions(namespace string) SubscriptionInterface

func (*EventingV1alpha1Client) Triggers

func (c *EventingV1alpha1Client) Triggers(namespace string) TriggerInterface

type SubscriptionExpansion

type SubscriptionExpansion interface{}

type SubscriptionInterface

type SubscriptionInterface interface {
	Create(*v1alpha1.Subscription) (*v1alpha1.Subscription, error)
	Update(*v1alpha1.Subscription) (*v1alpha1.Subscription, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Subscription, error)
	List(opts v1.ListOptions) (*v1alpha1.SubscriptionList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Subscription, err error)
	SubscriptionExpansion
}

SubscriptionInterface has methods to work with Subscription resources.

type SubscriptionsGetter

type SubscriptionsGetter interface {
	Subscriptions(namespace string) SubscriptionInterface
}

SubscriptionsGetter has a method to return a SubscriptionInterface. A group's client should implement this interface.

type TriggerExpansion

type TriggerExpansion interface{}

type TriggerInterface

type TriggerInterface interface {
	Create(*v1alpha1.Trigger) (*v1alpha1.Trigger, error)
	Update(*v1alpha1.Trigger) (*v1alpha1.Trigger, error)
	UpdateStatus(*v1alpha1.Trigger) (*v1alpha1.Trigger, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Trigger, error)
	List(opts v1.ListOptions) (*v1alpha1.TriggerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Trigger, err error)
	TriggerExpansion
}

TriggerInterface has methods to work with Trigger resources.

type TriggersGetter

type TriggersGetter interface {
	Triggers(namespace string) TriggerInterface
}

TriggersGetter has a method to return a TriggerInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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