Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotMetadataServiceLister ¶
type SnapshotMetadataServiceLister interface { // List lists all SnapshotMetadataServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SnapshotMetadataService, err error) // Get retrieves the SnapshotMetadataService from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SnapshotMetadataService, error) SnapshotMetadataServiceListerExpansion }
SnapshotMetadataServiceLister helps list SnapshotMetadataServices. All objects returned here must be treated as read-only.
func NewSnapshotMetadataServiceLister ¶
func NewSnapshotMetadataServiceLister(indexer cache.Indexer) SnapshotMetadataServiceLister
NewSnapshotMetadataServiceLister returns a new SnapshotMetadataServiceLister.
type SnapshotMetadataServiceListerExpansion ¶
type SnapshotMetadataServiceListerExpansion interface{}
SnapshotMetadataServiceListerExpansion allows custom methods to be added to SnapshotMetadataServiceLister.
Click to show internal directories.
Click to hide internal directories.