v1

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiServerSourceLister

type ApiServerSourceLister interface {
	// List lists all ApiServerSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ApiServerSource, err error)
	// ApiServerSources returns an object that can list and get ApiServerSources.
	ApiServerSources(namespace string) ApiServerSourceNamespaceLister
	ApiServerSourceListerExpansion
}

ApiServerSourceLister helps list ApiServerSources. All objects returned here must be treated as read-only.

func NewApiServerSourceLister

func NewApiServerSourceLister(indexer cache.Indexer) ApiServerSourceLister

NewApiServerSourceLister returns a new ApiServerSourceLister.

type ApiServerSourceListerExpansion

type ApiServerSourceListerExpansion interface{}

ApiServerSourceListerExpansion allows custom methods to be added to ApiServerSourceLister.

type ApiServerSourceNamespaceLister

type ApiServerSourceNamespaceLister interface {
	// List lists all ApiServerSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ApiServerSource, err error)
	// Get retrieves the ApiServerSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ApiServerSource, error)
	ApiServerSourceNamespaceListerExpansion
}

ApiServerSourceNamespaceLister helps list and get ApiServerSources. All objects returned here must be treated as read-only.

type ApiServerSourceNamespaceListerExpansion

type ApiServerSourceNamespaceListerExpansion interface{}

ApiServerSourceNamespaceListerExpansion allows custom methods to be added to ApiServerSourceNamespaceLister.

type ContainerSourceLister

type ContainerSourceLister interface {
	// List lists all ContainerSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ContainerSource, err error)
	// ContainerSources returns an object that can list and get ContainerSources.
	ContainerSources(namespace string) ContainerSourceNamespaceLister
	ContainerSourceListerExpansion
}

ContainerSourceLister helps list ContainerSources. All objects returned here must be treated as read-only.

func NewContainerSourceLister

func NewContainerSourceLister(indexer cache.Indexer) ContainerSourceLister

NewContainerSourceLister returns a new ContainerSourceLister.

type ContainerSourceListerExpansion

type ContainerSourceListerExpansion interface{}

ContainerSourceListerExpansion allows custom methods to be added to ContainerSourceLister.

type ContainerSourceNamespaceLister

type ContainerSourceNamespaceLister interface {
	// List lists all ContainerSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ContainerSource, err error)
	// Get retrieves the ContainerSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ContainerSource, error)
	ContainerSourceNamespaceListerExpansion
}

ContainerSourceNamespaceLister helps list and get ContainerSources. All objects returned here must be treated as read-only.

type ContainerSourceNamespaceListerExpansion

type ContainerSourceNamespaceListerExpansion interface{}

ContainerSourceNamespaceListerExpansion allows custom methods to be added to ContainerSourceNamespaceLister.

type PingSourceLister added in v0.23.0

type PingSourceLister interface {
	// List lists all PingSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.PingSource, err error)
	// PingSources returns an object that can list and get PingSources.
	PingSources(namespace string) PingSourceNamespaceLister
	PingSourceListerExpansion
}

PingSourceLister helps list PingSources. All objects returned here must be treated as read-only.

func NewPingSourceLister added in v0.23.0

func NewPingSourceLister(indexer cache.Indexer) PingSourceLister

NewPingSourceLister returns a new PingSourceLister.

type PingSourceListerExpansion added in v0.23.0

type PingSourceListerExpansion interface{}

PingSourceListerExpansion allows custom methods to be added to PingSourceLister.

type PingSourceNamespaceLister added in v0.23.0

type PingSourceNamespaceLister interface {
	// List lists all PingSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.PingSource, err error)
	// Get retrieves the PingSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.PingSource, error)
	PingSourceNamespaceListerExpansion
}

PingSourceNamespaceLister helps list and get PingSources. All objects returned here must be treated as read-only.

type PingSourceNamespaceListerExpansion added in v0.23.0

type PingSourceNamespaceListerExpansion interface{}

PingSourceNamespaceListerExpansion allows custom methods to be added to PingSourceNamespaceLister.

type SinkBindingLister

type SinkBindingLister interface {
	// List lists all SinkBindings in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SinkBinding, err error)
	// SinkBindings returns an object that can list and get SinkBindings.
	SinkBindings(namespace string) SinkBindingNamespaceLister
	SinkBindingListerExpansion
}

SinkBindingLister helps list SinkBindings. All objects returned here must be treated as read-only.

func NewSinkBindingLister

func NewSinkBindingLister(indexer cache.Indexer) SinkBindingLister

NewSinkBindingLister returns a new SinkBindingLister.

type SinkBindingListerExpansion

type SinkBindingListerExpansion interface{}

SinkBindingListerExpansion allows custom methods to be added to SinkBindingLister.

type SinkBindingNamespaceLister

type SinkBindingNamespaceLister interface {
	// List lists all SinkBindings in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SinkBinding, err error)
	// Get retrieves the SinkBinding from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.SinkBinding, error)
	SinkBindingNamespaceListerExpansion
}

SinkBindingNamespaceLister helps list and get SinkBindings. All objects returned here must be treated as read-only.

type SinkBindingNamespaceListerExpansion

type SinkBindingNamespaceListerExpansion interface{}

SinkBindingNamespaceListerExpansion allows custom methods to be added to SinkBindingNamespaceLister.

Jump to

Keyboard shortcuts

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