Documentation ¶
Index ¶
- func NewCStorVolumeAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCStorVolumeAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeSnapshotDataInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeSnapshotDataInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CStorVolumeAttachmentInformer
- type Interface
- type VolumeSnapshotDataInformer
- type VolumeSnapshotInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCStorVolumeAttachmentInformer ¶
func NewCStorVolumeAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCStorVolumeAttachmentInformer constructs a new informer for CStorVolumeAttachment type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredCStorVolumeAttachmentInformer ¶
func NewFilteredCStorVolumeAttachmentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCStorVolumeAttachmentInformer constructs a new informer for CStorVolumeAttachment type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVolumeSnapshotDataInformer ¶
func NewFilteredVolumeSnapshotDataInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeSnapshotDataInformer constructs a new informer for VolumeSnapshotData type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVolumeSnapshotInformer ¶
func NewFilteredVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeSnapshotInformer constructs a new informer for VolumeSnapshot type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVolumeSnapshotDataInformer ¶
func NewVolumeSnapshotDataInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeSnapshotDataInformer constructs a new informer for VolumeSnapshotData type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVolumeSnapshotInformer ¶
func NewVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeSnapshotInformer constructs a new informer for VolumeSnapshot type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type CStorVolumeAttachmentInformer ¶
type CStorVolumeAttachmentInformer interface { Informer() cache.SharedIndexInformer Lister() v1.CStorVolumeAttachmentLister }
CStorVolumeAttachmentInformer provides access to a shared informer and lister for CStorVolumeAttachments.
type Interface ¶
type Interface interface { // CStorVolumeAttachments returns a CStorVolumeAttachmentInformer. CStorVolumeAttachments() CStorVolumeAttachmentInformer // VolumeSnapshots returns a VolumeSnapshotInformer. VolumeSnapshots() VolumeSnapshotInformer // VolumeSnapshotDatas returns a VolumeSnapshotDataInformer. VolumeSnapshotDatas() VolumeSnapshotDataInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type VolumeSnapshotDataInformer ¶
type VolumeSnapshotDataInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VolumeSnapshotDataLister }
VolumeSnapshotDataInformer provides access to a shared informer and lister for VolumeSnapshotDatas.
type VolumeSnapshotInformer ¶
type VolumeSnapshotInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VolumeSnapshotLister }
VolumeSnapshotInformer provides access to a shared informer and lister for VolumeSnapshots.