v1alpha1

package
v1.14.8 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2019 License: Apache-2.0, 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 CSIDriverLister

type CSIDriverLister interface {
	// List lists all CSIDrivers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CSIDriver, err error)
	// Get retrieves the CSIDriver from the index for a given name.
	Get(name string) (*v1alpha1.CSIDriver, error)
	CSIDriverListerExpansion
}

CSIDriverLister helps list CSIDrivers.

func NewCSIDriverLister

func NewCSIDriverLister(indexer cache.Indexer) CSIDriverLister

NewCSIDriverLister returns a new CSIDriverLister.

type CSIDriverListerExpansion

type CSIDriverListerExpansion interface{}

CSIDriverListerExpansion allows custom methods to be added to CSIDriverLister.

type CSINodeInfoLister

type CSINodeInfoLister interface {
	// List lists all CSINodeInfos in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CSINodeInfo, err error)
	// Get retrieves the CSINodeInfo from the index for a given name.
	Get(name string) (*v1alpha1.CSINodeInfo, error)
	CSINodeInfoListerExpansion
}

CSINodeInfoLister helps list CSINodeInfos.

func NewCSINodeInfoLister

func NewCSINodeInfoLister(indexer cache.Indexer) CSINodeInfoLister

NewCSINodeInfoLister returns a new CSINodeInfoLister.

type CSINodeInfoListerExpansion

type CSINodeInfoListerExpansion interface{}

CSINodeInfoListerExpansion allows custom methods to be added to CSINodeInfoLister.

Jump to

Keyboard shortcuts

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