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 PairLister

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

PairLister helps list Pairs. All objects returned here must be treated as read-only.

func NewPairLister

func NewPairLister(indexer cache.Indexer) PairLister

NewPairLister returns a new PairLister.

type PairListerExpansion

type PairListerExpansion interface{}

PairListerExpansion allows custom methods to be added to PairLister.

type PairNamespaceLister

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

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

type PairNamespaceListerExpansion

type PairNamespaceListerExpansion interface{}

PairNamespaceListerExpansion allows custom methods to be added to PairNamespaceLister.

Jump to

Keyboard shortcuts

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