v1alpha1

package
v1.0.0-GAS.0...-9628651 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 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 EthereumLister

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

EthereumLister helps list Ethereums. All objects returned here must be treated as read-only.

func NewEthereumLister

func NewEthereumLister(indexer cache.Indexer) EthereumLister

NewEthereumLister returns a new EthereumLister.

type EthereumListerExpansion

type EthereumListerExpansion interface{}

EthereumListerExpansion allows custom methods to be added to EthereumLister.

type EthereumNamespaceLister

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

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

type EthereumNamespaceListerExpansion

type EthereumNamespaceListerExpansion interface{}

EthereumNamespaceListerExpansion allows custom methods to be added to EthereumNamespaceLister.

Jump to

Keyboard shortcuts

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