v1beta1

package
v0.16.2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2020 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(*v1beta1.Broker) (*v1beta1.Broker, error)
	Update(*v1beta1.Broker) (*v1beta1.Broker, error)
	UpdateStatus(*v1beta1.Broker) (*v1beta1.Broker, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.Broker, error)
	List(opts v1.ListOptions) (*v1beta1.BrokerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.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 EventingV1beta1Client

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

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

func New

New creates a new EventingV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EventingV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EventingV1beta1Client

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

func (*EventingV1beta1Client) Brokers

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

func (*EventingV1beta1Client) RESTClient

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

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

func (*EventingV1beta1Client) Triggers

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

type EventingV1beta1Interface

type EventingV1beta1Interface interface {
	RESTClient() rest.Interface
	BrokersGetter
	TriggersGetter
}

type TriggerExpansion

type TriggerExpansion interface{}

type TriggerInterface

type TriggerInterface interface {
	Create(*v1beta1.Trigger) (*v1beta1.Trigger, error)
	Update(*v1beta1.Trigger) (*v1beta1.Trigger, error)
	UpdateStatus(*v1beta1.Trigger) (*v1beta1.Trigger, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.Trigger, error)
	List(opts v1.ListOptions) (*v1beta1.TriggerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.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