v1alpha1

package
v0.0.0-...-4f52191 Latest Latest
Warning

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

Go to latest
Published: Jul 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 TestLister

type TestLister interface {
	// List lists all Tests in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Test, err error)
	// Tests returns an object that can list and get Tests.
	Tests(namespace string) TestNamespaceLister
	TestListerExpansion
}

TestLister helps list Tests.

func NewTestLister

func NewTestLister(indexer cache.Indexer) TestLister

NewTestLister returns a new TestLister.

type TestListerExpansion

type TestListerExpansion interface{}

TestListerExpansion allows custom methods to be added to TestLister.

type TestNamespaceLister

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

TestNamespaceLister helps list and get Tests.

type TestNamespaceListerExpansion

type TestNamespaceListerExpansion interface{}

TestNamespaceListerExpansion allows custom methods to be added to TestNamespaceLister.

Jump to

Keyboard shortcuts

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