v1alpha1

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2019 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 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 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.

Jump to

Keyboard shortcuts

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