v1

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2022 License: Apache-2.0 Imports: 4 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleLister

type ExampleLister interface {
	// List lists all Examples in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Example, err error)
	// Examples returns an object that can list and get Examples.
	Examples(namespace string) ExampleNamespaceLister
	ExampleListerExpansion
}

ExampleLister helps list Examples. All objects returned here must be treated as read-only.

func NewExampleLister

func NewExampleLister(indexer cache.Indexer) ExampleLister

NewExampleLister returns a new ExampleLister.

type ExampleListerExpansion

type ExampleListerExpansion interface{}

ExampleListerExpansion allows custom methods to be added to ExampleLister.

type ExampleNamespaceLister

type ExampleNamespaceLister interface {
	// List lists all Examples in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Example, err error)
	// Get retrieves the Example from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.Example, error)
	ExampleNamespaceListerExpansion
}

ExampleNamespaceLister helps list and get Examples. All objects returned here must be treated as read-only.

type ExampleNamespaceListerExpansion

type ExampleNamespaceListerExpansion interface{}

ExampleNamespaceListerExpansion allows custom methods to be added to ExampleNamespaceLister.

Jump to

Keyboard shortcuts

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