Documentation
¶
Index ¶
- func NewFilteredResourceTopologyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredStorageBackendClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredStorageBackendContentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeModifyClaimInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeModifyContentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewResourceTopologyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewStorageBackendClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewStorageBackendContentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeModifyClaimInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeModifyContentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type ResourceTopologyInformer
- type StorageBackendClaimInformer
- type StorageBackendContentInformer
- type VolumeModifyClaimInformer
- type VolumeModifyContentInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredResourceTopologyInformer ¶
func NewFilteredResourceTopologyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredResourceTopologyInformer constructs a new informer for ResourceTopology 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 NewFilteredStorageBackendClaimInformer ¶
func NewFilteredStorageBackendClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredStorageBackendClaimInformer constructs a new informer for StorageBackendClaim 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 NewFilteredStorageBackendContentInformer ¶
func NewFilteredStorageBackendContentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredStorageBackendContentInformer constructs a new informer for StorageBackendContent 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 NewFilteredVolumeModifyClaimInformer ¶
func NewFilteredVolumeModifyClaimInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeModifyClaimInformer constructs a new informer for VolumeModifyClaim 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 NewFilteredVolumeModifyContentInformer ¶
func NewFilteredVolumeModifyContentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeModifyContentInformer constructs a new informer for VolumeModifyContent 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 NewResourceTopologyInformer ¶
func NewResourceTopologyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewResourceTopologyInformer constructs a new informer for ResourceTopology 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 NewStorageBackendClaimInformer ¶
func NewStorageBackendClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewStorageBackendClaimInformer constructs a new informer for StorageBackendClaim 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 NewStorageBackendContentInformer ¶
func NewStorageBackendContentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewStorageBackendContentInformer constructs a new informer for StorageBackendContent 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 NewVolumeModifyClaimInformer ¶
func NewVolumeModifyClaimInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeModifyClaimInformer constructs a new informer for VolumeModifyClaim 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 NewVolumeModifyContentInformer ¶
func NewVolumeModifyContentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeModifyContentInformer constructs a new informer for VolumeModifyContent 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 Interface ¶
type Interface interface { // ResourceTopologies returns a ResourceTopologyInformer. ResourceTopologies() ResourceTopologyInformer // StorageBackendClaims returns a StorageBackendClaimInformer. StorageBackendClaims() StorageBackendClaimInformer // StorageBackendContents returns a StorageBackendContentInformer. StorageBackendContents() StorageBackendContentInformer // VolumeModifyClaims returns a VolumeModifyClaimInformer. VolumeModifyClaims() VolumeModifyClaimInformer // VolumeModifyContents returns a VolumeModifyContentInformer. VolumeModifyContents() VolumeModifyContentInformer }
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 ResourceTopologyInformer ¶
type ResourceTopologyInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ResourceTopologyLister }
ResourceTopologyInformer provides access to a shared informer and lister for ResourceTopologies.
type StorageBackendClaimInformer ¶
type StorageBackendClaimInformer interface { Informer() cache.SharedIndexInformer Lister() v1.StorageBackendClaimLister }
StorageBackendClaimInformer provides access to a shared informer and lister for StorageBackendClaims.
type StorageBackendContentInformer ¶
type StorageBackendContentInformer interface { Informer() cache.SharedIndexInformer Lister() v1.StorageBackendContentLister }
StorageBackendContentInformer provides access to a shared informer and lister for StorageBackendContents.
type VolumeModifyClaimInformer ¶
type VolumeModifyClaimInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VolumeModifyClaimLister }
VolumeModifyClaimInformer provides access to a shared informer and lister for VolumeModifyClaims.
type VolumeModifyContentInformer ¶
type VolumeModifyContentInformer interface { Informer() cache.SharedIndexInformer Lister() v1.VolumeModifyContentLister }
VolumeModifyContentInformer provides access to a shared informer and lister for VolumeModifyContents.