Documentation ¶
Index ¶
- func NewContainerStorageAccountInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredContainerStorageAccountInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPolicyFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPolicyVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredProtectedFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredProtectedVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPolicyFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPolicyVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewProtectedFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewProtectedVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ContainerStorageAccountInformer
- type Interface
- type PolicyFileShareInformer
- type PolicyVmInformer
- type ProtectedFileShareInformer
- type ProtectedVmInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContainerStorageAccountInformer ¶
func NewContainerStorageAccountInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewContainerStorageAccountInformer constructs a new informer for ContainerStorageAccount 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 NewFilteredContainerStorageAccountInformer ¶
func NewFilteredContainerStorageAccountInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredContainerStorageAccountInformer constructs a new informer for ContainerStorageAccount 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 NewFilteredPolicyFileShareInformer ¶
func NewFilteredPolicyFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPolicyFileShareInformer constructs a new informer for PolicyFileShare 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 NewFilteredPolicyVmInformer ¶
func NewFilteredPolicyVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPolicyVmInformer constructs a new informer for PolicyVm 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 NewFilteredProtectedFileShareInformer ¶
func NewFilteredProtectedFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredProtectedFileShareInformer constructs a new informer for ProtectedFileShare 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 NewFilteredProtectedVmInformer ¶
func NewFilteredProtectedVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredProtectedVmInformer constructs a new informer for ProtectedVm 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 NewPolicyFileShareInformer ¶
func NewPolicyFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPolicyFileShareInformer constructs a new informer for PolicyFileShare 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 NewPolicyVmInformer ¶
func NewPolicyVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPolicyVmInformer constructs a new informer for PolicyVm 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 NewProtectedFileShareInformer ¶
func NewProtectedFileShareInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewProtectedFileShareInformer constructs a new informer for ProtectedFileShare 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 NewProtectedVmInformer ¶
func NewProtectedVmInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewProtectedVmInformer constructs a new informer for ProtectedVm 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 ContainerStorageAccountInformer ¶
type ContainerStorageAccountInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ContainerStorageAccountLister }
ContainerStorageAccountInformer provides access to a shared informer and lister for ContainerStorageAccounts.
type Interface ¶
type Interface interface { // ContainerStorageAccounts returns a ContainerStorageAccountInformer. ContainerStorageAccounts() ContainerStorageAccountInformer PolicyFileShares() PolicyFileShareInformer // PolicyVms returns a PolicyVmInformer. PolicyVms() PolicyVmInformer ProtectedFileShares() ProtectedFileShareInformer // ProtectedVms returns a ProtectedVmInformer. ProtectedVms() ProtectedVmInformer }
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 PolicyFileShareInformer ¶
type PolicyFileShareInformer interface {}
PolicyFileShareInformer provides access to a shared informer and lister for PolicyFileShares.
type PolicyVmInformer ¶
type PolicyVmInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PolicyVmLister }
PolicyVmInformer provides access to a shared informer and lister for PolicyVms.
type ProtectedFileShareInformer ¶
type ProtectedFileShareInformer interface {}
ProtectedFileShareInformer provides access to a shared informer and lister for ProtectedFileShares.
type ProtectedVmInformer ¶
type ProtectedVmInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ProtectedVmLister }
ProtectedVmInformer provides access to a shared informer and lister for ProtectedVms.