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