v1alpha1

package
v0.99.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 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 added in v0.8.0

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 added in v0.8.0

func NewChannelLister(indexer cache.Indexer) ChannelLister

NewChannelLister returns a new ChannelLister.

type ChannelListerExpansion added in v0.8.0

type ChannelListerExpansion interface{}

ChannelListerExpansion allows custom methods to be added to ChannelLister.

type ChannelNamespaceLister added in v0.8.0

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 added in v0.8.0

type ChannelNamespaceListerExpansion interface{}

ChannelNamespaceListerExpansion allows custom methods to be added to ChannelNamespaceLister.

type InMemoryChannelLister

type InMemoryChannelLister interface {
	// List lists all InMemoryChannels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.InMemoryChannel, err error)
	// InMemoryChannels returns an object that can list and get InMemoryChannels.
	InMemoryChannels(namespace string) InMemoryChannelNamespaceLister
	InMemoryChannelListerExpansion
}

InMemoryChannelLister helps list InMemoryChannels.

func NewInMemoryChannelLister

func NewInMemoryChannelLister(indexer cache.Indexer) InMemoryChannelLister

NewInMemoryChannelLister returns a new InMemoryChannelLister.

type InMemoryChannelListerExpansion

type InMemoryChannelListerExpansion interface{}

InMemoryChannelListerExpansion allows custom methods to be added to InMemoryChannelLister.

type InMemoryChannelNamespaceLister

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

InMemoryChannelNamespaceLister helps list and get InMemoryChannels.

type InMemoryChannelNamespaceListerExpansion

type InMemoryChannelNamespaceListerExpansion interface{}

InMemoryChannelNamespaceListerExpansion allows custom methods to be added to InMemoryChannelNamespaceLister.

type ParallelLister added in v0.9.0

type ParallelLister interface {
	// List lists all Parallels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Parallel, err error)
	// Parallels returns an object that can list and get Parallels.
	Parallels(namespace string) ParallelNamespaceLister
	ParallelListerExpansion
}

ParallelLister helps list Parallels.

func NewParallelLister added in v0.9.0

func NewParallelLister(indexer cache.Indexer) ParallelLister

NewParallelLister returns a new ParallelLister.

type ParallelListerExpansion added in v0.9.0

type ParallelListerExpansion interface{}

ParallelListerExpansion allows custom methods to be added to ParallelLister.

type ParallelNamespaceLister added in v0.9.0

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

ParallelNamespaceLister helps list and get Parallels.

type ParallelNamespaceListerExpansion added in v0.9.0

type ParallelNamespaceListerExpansion interface{}

ParallelNamespaceListerExpansion allows custom methods to be added to ParallelNamespaceLister.

type SequenceLister

type SequenceLister interface {
	// List lists all Sequences in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Sequence, err error)
	// Sequences returns an object that can list and get Sequences.
	Sequences(namespace string) SequenceNamespaceLister
	SequenceListerExpansion
}

SequenceLister helps list Sequences.

func NewSequenceLister

func NewSequenceLister(indexer cache.Indexer) SequenceLister

NewSequenceLister returns a new SequenceLister.

type SequenceListerExpansion

type SequenceListerExpansion interface{}

SequenceListerExpansion allows custom methods to be added to SequenceLister.

type SequenceNamespaceLister

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

SequenceNamespaceLister helps list and get Sequences.

type SequenceNamespaceListerExpansion

type SequenceNamespaceListerExpansion interface{}

SequenceNamespaceListerExpansion allows custom methods to be added to SequenceNamespaceLister.

type SubscriptionLister added in v0.9.0

type SubscriptionLister interface {
	// List lists all Subscriptions in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Subscription, err error)
	// Subscriptions returns an object that can list and get Subscriptions.
	Subscriptions(namespace string) SubscriptionNamespaceLister
	SubscriptionListerExpansion
}

SubscriptionLister helps list Subscriptions.

func NewSubscriptionLister added in v0.9.0

func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister

NewSubscriptionLister returns a new SubscriptionLister.

type SubscriptionListerExpansion added in v0.9.0

type SubscriptionListerExpansion interface{}

SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.

type SubscriptionNamespaceLister added in v0.9.0

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

SubscriptionNamespaceLister helps list and get Subscriptions.

type SubscriptionNamespaceListerExpansion added in v0.9.0

type SubscriptionNamespaceListerExpansion interface{}

SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.

Jump to

Keyboard shortcuts

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