v1alpha1

package
v0.21.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2021 License: Apache-2.0 Imports: 4 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StorageVersionLister

type StorageVersionLister interface {
	// List lists all StorageVersions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.StorageVersion, err error)
	// Get retrieves the StorageVersion from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.StorageVersion, error)
	StorageVersionListerExpansion
}

StorageVersionLister helps list StorageVersions. All objects returned here must be treated as read-only.

func NewStorageVersionLister

func NewStorageVersionLister(indexer cache.Indexer) StorageVersionLister

NewStorageVersionLister returns a new StorageVersionLister.

type StorageVersionListerExpansion

type StorageVersionListerExpansion interface{}

StorageVersionListerExpansion allows custom methods to be added to StorageVersionLister.

Jump to

Keyboard shortcuts

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