internalversion

package
v0.19.8-rc.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 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 TestTypeLister

type TestTypeLister interface {
	// List lists all TestTypes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*example2.TestType, err error)
	// Get retrieves the TestType from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*example2.TestType, error)
	TestTypeListerExpansion
}

TestTypeLister helps list TestTypes. All objects returned here must be treated as read-only.

func NewTestTypeLister

func NewTestTypeLister(indexer cache.Indexer) TestTypeLister

NewTestTypeLister returns a new TestTypeLister.

type TestTypeListerExpansion

type TestTypeListerExpansion interface{}

TestTypeListerExpansion allows custom methods to be added to TestTypeLister.

Jump to

Keyboard shortcuts

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