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.
Click to show internal directories.
Click to hide internal directories.