v1

package
v0.0.0-...-cf6cb44 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: GPL-3.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 TestIstioOperatorLister

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

TestIstioOperatorLister helps list TestIstioOperators. All objects returned here must be treated as read-only.

func NewTestIstioOperatorLister

func NewTestIstioOperatorLister(indexer cache.Indexer) TestIstioOperatorLister

NewTestIstioOperatorLister returns a new TestIstioOperatorLister.

type TestIstioOperatorListerExpansion

type TestIstioOperatorListerExpansion interface{}

TestIstioOperatorListerExpansion allows custom methods to be added to TestIstioOperatorLister.

type TestIstioOperatorNamespaceLister

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

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

type TestIstioOperatorNamespaceListerExpansion

type TestIstioOperatorNamespaceListerExpansion interface{}

TestIstioOperatorNamespaceListerExpansion allows custom methods to be added to TestIstioOperatorNamespaceLister.

Jump to

Keyboard shortcuts

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