v1alpha2

package
v0.13.8 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 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 ApiServerSourceExpansion

type ApiServerSourceExpansion interface{}

type ApiServerSourceInterface

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

ApiServerSourceInterface has methods to work with ApiServerSource resources.

type ApiServerSourcesGetter

type ApiServerSourcesGetter interface {
	ApiServerSources(namespace string) ApiServerSourceInterface
}

ApiServerSourcesGetter has a method to return a ApiServerSourceInterface. A group's client should implement this interface.

type PingSourceExpansion

type PingSourceExpansion interface{}

type PingSourceInterface

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

PingSourceInterface has methods to work with PingSource resources.

type PingSourcesGetter

type PingSourcesGetter interface {
	PingSources(namespace string) PingSourceInterface
}

PingSourcesGetter has a method to return a PingSourceInterface. A group's client should implement this interface.

type SinkBindingExpansion

type SinkBindingExpansion interface{}

type SinkBindingInterface

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

SinkBindingInterface has methods to work with SinkBinding resources.

type SinkBindingsGetter

type SinkBindingsGetter interface {
	SinkBindings(namespace string) SinkBindingInterface
}

SinkBindingsGetter has a method to return a SinkBindingInterface. A group's client should implement this interface.

type SourcesV1alpha2Client

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

SourcesV1alpha2Client is used to interact with features provided by the sources.knative.dev group.

func New

New creates a new SourcesV1alpha2Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SourcesV1alpha2Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SourcesV1alpha2Client

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

func (*SourcesV1alpha2Client) ApiServerSources

func (c *SourcesV1alpha2Client) ApiServerSources(namespace string) ApiServerSourceInterface

func (*SourcesV1alpha2Client) PingSources

func (c *SourcesV1alpha2Client) PingSources(namespace string) PingSourceInterface

func (*SourcesV1alpha2Client) RESTClient

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

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

func (*SourcesV1alpha2Client) SinkBindings

func (c *SourcesV1alpha2Client) SinkBindings(namespace string) SinkBindingInterface

type SourcesV1alpha2Interface

type SourcesV1alpha2Interface interface {
	RESTClient() rest.Interface
	ApiServerSourcesGetter
	PingSourcesGetter
	SinkBindingsGetter
}

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