package v1alpha1
import "k8s.io/client-go/listers/storage/v1alpha1"
Index ¶
Types ¶
type VolumeAttachmentLister ¶
type VolumeAttachmentLister interface { // List lists all VolumeAttachments in the indexer. List(selector labels.Selector) (ret []*v1alpha1.VolumeAttachment, err error) // Get retrieves the VolumeAttachment from the index for a given name. Get(name string) (*v1alpha1.VolumeAttachment, error) VolumeAttachmentListerExpansion }
VolumeAttachmentLister helps list VolumeAttachments.
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.
Source Files ¶
expansion_generated.go volumeattachment.go
- Version
- v0.17.5
- Published
- Apr 17, 2020
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 17 minutes ago –
Tools for package owners.