v1alpha1

package
v0.0.0-...-142e272 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 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 ShoutLister

type ShoutLister interface {
	// List lists all Shouts in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Shout, err error)
	// Shouts returns an object that can list and get Shouts.
	Shouts(namespace string) ShoutNamespaceLister
	ShoutListerExpansion
}

ShoutLister helps list Shouts.

func NewShoutLister

func NewShoutLister(indexer cache.Indexer) ShoutLister

NewShoutLister returns a new ShoutLister.

type ShoutListerExpansion

type ShoutListerExpansion interface{}

ShoutListerExpansion allows custom methods to be added to ShoutLister.

type ShoutNamespaceLister

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

ShoutNamespaceLister helps list and get Shouts.

type ShoutNamespaceListerExpansion

type ShoutNamespaceListerExpansion interface{}

ShoutNamespaceListerExpansion allows custom methods to be added to ShoutNamespaceLister.

Jump to

Keyboard shortcuts

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