v1

package
v0.0.0-...-d5bad45 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 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 []*v1.LoadTest, err error)
	// Get retrieves the LoadTest from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.LoadTest, error)
	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.

Jump to

Keyboard shortcuts

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