v1alpha1

package
v0.17.5 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelLister

type ChannelLister interface {
	// List lists all Channels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Channel, err error)
	// Channels returns an object that can list and get Channels.
	Channels(namespace string) ChannelNamespaceLister
	ChannelListerExpansion
}

ChannelLister helps list Channels.

func NewChannelLister

func NewChannelLister(indexer cache.Indexer) ChannelLister

NewChannelLister returns a new ChannelLister.

type ChannelListerExpansion

type ChannelListerExpansion interface{}

ChannelListerExpansion allows custom methods to be added to ChannelLister.

type ChannelNamespaceLister

type ChannelNamespaceLister interface {
	// List lists all Channels in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Channel, err error)
	// Get retrieves the Channel from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Channel, error)
	ChannelNamespaceListerExpansion
}

ChannelNamespaceLister helps list and get Channels.

type ChannelNamespaceListerExpansion

type ChannelNamespaceListerExpansion interface{}

ChannelNamespaceListerExpansion allows custom methods to be added to ChannelNamespaceLister.

Jump to

Keyboard shortcuts

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