v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 LoadtestLister

type LoadtestLister interface {
	// List lists all Loadtests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Loadtest, err error)
	// Loadtests returns an object that can list and get Loadtests.
	Loadtests(namespace string) LoadtestNamespaceLister
	LoadtestListerExpansion
}

LoadtestLister helps list Loadtests. All objects returned here must be treated as read-only.

func NewLoadtestLister

func NewLoadtestLister(indexer cache.Indexer) LoadtestLister

NewLoadtestLister returns a new LoadtestLister.

type LoadtestListerExpansion

type LoadtestListerExpansion interface{}

LoadtestListerExpansion allows custom methods to be added to LoadtestLister.

type LoadtestNamespaceLister

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

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

type LoadtestNamespaceListerExpansion

type LoadtestNamespaceListerExpansion interface{}

LoadtestNamespaceListerExpansion allows custom methods to be added to LoadtestNamespaceLister.

Jump to

Keyboard shortcuts

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