Documentation ¶
Index ¶
- func NewBackingImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewBackingImageManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEngineImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEngineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredBackingImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredBackingImageManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEngineImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEngineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredInstanceManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNodeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredReplicaInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSettingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredShareManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewInstanceManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNodeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewReplicaInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSettingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewShareManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type BackingImageInformer
- type BackingImageManagerInformer
- type EngineImageInformer
- type EngineInformer
- type InstanceManagerInformer
- type Interface
- type NodeInformer
- type ReplicaInformer
- type SettingInformer
- type ShareManagerInformer
- type VolumeInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackingImageInformer ¶ added in v1.1.1
func NewBackingImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewBackingImageInformer constructs a new informer for BackingImage 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 NewBackingImageManagerInformer ¶ added in v1.1.1
func NewBackingImageManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewBackingImageManagerInformer constructs a new informer for BackingImageManager 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 NewEngineImageInformer ¶
func NewEngineImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEngineImageInformer constructs a new informer for EngineImage 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 NewEngineInformer ¶
func NewEngineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEngineInformer constructs a new informer for Engine 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 NewFilteredBackingImageInformer ¶ added in v1.1.1
func NewFilteredBackingImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredBackingImageInformer constructs a new informer for BackingImage 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 NewFilteredBackingImageManagerInformer ¶ added in v1.1.1
func NewFilteredBackingImageManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredBackingImageManagerInformer constructs a new informer for BackingImageManager 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 NewFilteredEngineImageInformer ¶
func NewFilteredEngineImageInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEngineImageInformer constructs a new informer for EngineImage 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 NewFilteredEngineInformer ¶
func NewFilteredEngineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEngineInformer constructs a new informer for Engine 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 NewFilteredInstanceManagerInformer ¶
func NewFilteredInstanceManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredInstanceManagerInformer constructs a new informer for InstanceManager 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 NewFilteredNodeInformer ¶
func NewFilteredNodeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNodeInformer constructs a new informer for Node 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 NewFilteredReplicaInformer ¶
func NewFilteredReplicaInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredReplicaInformer constructs a new informer for Replica 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 NewFilteredSettingInformer ¶
func NewFilteredSettingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSettingInformer constructs a new informer for Setting 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 NewFilteredShareManagerInformer ¶ added in v1.1.0
func NewFilteredShareManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredShareManagerInformer constructs a new informer for ShareManager 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 NewFilteredVolumeInformer ¶
func NewFilteredVolumeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeInformer constructs a new informer for Volume 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 NewInstanceManagerInformer ¶
func NewInstanceManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewInstanceManagerInformer constructs a new informer for InstanceManager 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 NewNodeInformer ¶
func NewNodeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNodeInformer constructs a new informer for Node 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 NewReplicaInformer ¶
func NewReplicaInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewReplicaInformer constructs a new informer for Replica 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 NewSettingInformer ¶
func NewSettingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSettingInformer constructs a new informer for Setting 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 NewShareManagerInformer ¶ added in v1.1.0
func NewShareManagerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewShareManagerInformer constructs a new informer for ShareManager 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 NewVolumeInformer ¶
func NewVolumeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeInformer constructs a new informer for Volume 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 BackingImageInformer ¶ added in v1.1.1
type BackingImageInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.BackingImageLister }
BackingImageInformer provides access to a shared informer and lister for BackingImages.
type BackingImageManagerInformer ¶ added in v1.1.1
type BackingImageManagerInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.BackingImageManagerLister }
BackingImageManagerInformer provides access to a shared informer and lister for BackingImageManagers.
type EngineImageInformer ¶
type EngineImageInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.EngineImageLister }
EngineImageInformer provides access to a shared informer and lister for EngineImages.
type EngineInformer ¶
type EngineInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.EngineLister }
EngineInformer provides access to a shared informer and lister for Engines.
type InstanceManagerInformer ¶
type InstanceManagerInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.InstanceManagerLister }
InstanceManagerInformer provides access to a shared informer and lister for InstanceManagers.
type Interface ¶
type Interface interface { // BackingImages returns a BackingImageInformer. BackingImages() BackingImageInformer // BackingImageManagers returns a BackingImageManagerInformer. BackingImageManagers() BackingImageManagerInformer // Engines returns a EngineInformer. Engines() EngineInformer // EngineImages returns a EngineImageInformer. EngineImages() EngineImageInformer // InstanceManagers returns a InstanceManagerInformer. InstanceManagers() InstanceManagerInformer // Nodes returns a NodeInformer. Nodes() NodeInformer // Replicas returns a ReplicaInformer. Replicas() ReplicaInformer // Settings returns a SettingInformer. Settings() SettingInformer ShareManagers() ShareManagerInformer // Volumes returns a VolumeInformer. Volumes() VolumeInformer }
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 NodeInformer ¶
type NodeInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.NodeLister }
NodeInformer provides access to a shared informer and lister for Nodes.
type ReplicaInformer ¶
type ReplicaInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.ReplicaLister }
ReplicaInformer provides access to a shared informer and lister for Replicas.
type SettingInformer ¶
type SettingInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.SettingLister }
SettingInformer provides access to a shared informer and lister for Settings.
type ShareManagerInformer ¶ added in v1.1.0
type ShareManagerInformer interface {}
ShareManagerInformer provides access to a shared informer and lister for ShareManagers.
type VolumeInformer ¶
type VolumeInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VolumeLister }
VolumeInformer provides access to a shared informer and lister for Volumes.