Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeSnapshotLister ¶
VolumeSnapshotLister is an autogenerated mock type for the VolumeSnapshotLister type
func NewVolumeSnapshotLister ¶
func NewVolumeSnapshotLister(t interface { mock.TestingT Cleanup(func()) }) *VolumeSnapshotLister
NewVolumeSnapshotLister creates a new instance of VolumeSnapshotLister. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*VolumeSnapshotLister) List ¶
func (_m *VolumeSnapshotLister) List(selector labels.Selector) ([]*v1.VolumeSnapshot, error)
List provides a mock function with given fields: selector
func (*VolumeSnapshotLister) VolumeSnapshots ¶
func (_m *VolumeSnapshotLister) VolumeSnapshots(namespace string) volumesnapshotv1.VolumeSnapshotNamespaceLister
VolumeSnapshots provides a mock function with given fields: namespace
Click to show internal directories.
Click to hide internal directories.