Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZFSSnapshotLister ¶
type ZFSSnapshotLister interface { // List lists all ZFSSnapshots in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ZFSSnapshot, err error) // ZFSSnapshots returns an object that can list and get ZFSSnapshots. ZFSSnapshots(namespace string) ZFSSnapshotNamespaceLister ZFSSnapshotListerExpansion }
ZFSSnapshotLister helps list ZFSSnapshots.
func NewZFSSnapshotLister ¶
func NewZFSSnapshotLister(indexer cache.Indexer) ZFSSnapshotLister
NewZFSSnapshotLister returns a new ZFSSnapshotLister.
type ZFSSnapshotListerExpansion ¶
type ZFSSnapshotListerExpansion interface{}
ZFSSnapshotListerExpansion allows custom methods to be added to ZFSSnapshotLister.
type ZFSSnapshotNamespaceLister ¶
type ZFSSnapshotNamespaceLister interface { // List lists all ZFSSnapshots in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ZFSSnapshot, err error) // Get retrieves the ZFSSnapshot from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ZFSSnapshot, error) ZFSSnapshotNamespaceListerExpansion }
ZFSSnapshotNamespaceLister helps list and get ZFSSnapshots.
type ZFSSnapshotNamespaceListerExpansion ¶
type ZFSSnapshotNamespaceListerExpansion interface{}
ZFSSnapshotNamespaceListerExpansion allows custom methods to be added to ZFSSnapshotNamespaceLister.
type ZFSVolumeLister ¶
type ZFSVolumeLister interface { // List lists all ZFSVolumes in the indexer. List(selector labels.Selector) (ret []*v1alpha1.ZFSVolume, err error) // ZFSVolumes returns an object that can list and get ZFSVolumes. ZFSVolumes(namespace string) ZFSVolumeNamespaceLister ZFSVolumeListerExpansion }
ZFSVolumeLister helps list ZFSVolumes.
func NewZFSVolumeLister ¶
func NewZFSVolumeLister(indexer cache.Indexer) ZFSVolumeLister
NewZFSVolumeLister returns a new ZFSVolumeLister.
type ZFSVolumeListerExpansion ¶
type ZFSVolumeListerExpansion interface{}
ZFSVolumeListerExpansion allows custom methods to be added to ZFSVolumeLister.
type ZFSVolumeNamespaceLister ¶
type ZFSVolumeNamespaceLister interface { // List lists all ZFSVolumes in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.ZFSVolume, err error) // Get retrieves the ZFSVolume from the indexer for a given namespace and name. Get(name string) (*v1alpha1.ZFSVolume, error) ZFSVolumeNamespaceListerExpansion }
ZFSVolumeNamespaceLister helps list and get ZFSVolumes.
type ZFSVolumeNamespaceListerExpansion ¶
type ZFSVolumeNamespaceListerExpansion interface{}
ZFSVolumeNamespaceListerExpansion allows custom methods to be added to ZFSVolumeNamespaceLister.