v1

package
v1.13.1-k3s2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2019 License: Apache-2.0, 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 ExampleLister

type ExampleLister interface {
	// List lists all Examples in the indexer.
	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.

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.
	List(selector labels.Selector) (ret []*v1.Example, err error)
	// Get retrieves the Example from the indexer for a given namespace and name.
	Get(name string) (*v1.Example, error)
	ExampleNamespaceListerExpansion
}

ExampleNamespaceLister helps list and get Examples.

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