v1

package
v0.20.15 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2021 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 ClusterTestTypeLister

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

ClusterTestTypeLister helps list ClusterTestTypes. All objects returned here must be treated as read-only.

func NewClusterTestTypeLister

func NewClusterTestTypeLister(indexer cache.Indexer) ClusterTestTypeLister

NewClusterTestTypeLister returns a new ClusterTestTypeLister.

type ClusterTestTypeListerExpansion

type ClusterTestTypeListerExpansion interface{}

ClusterTestTypeListerExpansion allows custom methods to be added to ClusterTestTypeLister.

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 []*v1.TestType, err error)
	// TestTypes returns an object that can list and get TestTypes.
	TestTypes(namespace string) TestTypeNamespaceLister
	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.

type TestTypeNamespaceLister

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

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

type TestTypeNamespaceListerExpansion

type TestTypeNamespaceListerExpansion interface{}

TestTypeNamespaceListerExpansion allows custom methods to be added to TestTypeNamespaceLister.

Jump to

Keyboard shortcuts

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