Documentation
¶
Index ¶
- func NewCloudformationStackInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCloudformationStackInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSetInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSetInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CloudformationStackInformer
- type Interface
- type SetInformer
- type SetInstanceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudformationStackInformer ¶
func NewCloudformationStackInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCloudformationStackInformer constructs a new informer for CloudformationStack 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 NewFilteredCloudformationStackInformer ¶
func NewFilteredCloudformationStackInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCloudformationStackInformer constructs a new informer for CloudformationStack 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 NewFilteredSetInformer ¶
func NewFilteredSetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSetInformer constructs a new informer for Set 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 NewFilteredSetInstanceInformer ¶
func NewFilteredSetInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSetInstanceInformer constructs a new informer for SetInstance 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 NewSetInformer ¶
func NewSetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSetInformer constructs a new informer for Set 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 NewSetInstanceInformer ¶
func NewSetInstanceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSetInstanceInformer constructs a new informer for SetInstance 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 CloudformationStackInformer ¶
type CloudformationStackInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.CloudformationStackLister
}
CloudformationStackInformer provides access to a shared informer and lister for CloudformationStacks.
type Interface ¶
type Interface interface {
// CloudformationStacks returns a CloudformationStackInformer.
CloudformationStacks() CloudformationStackInformer
// Sets returns a SetInformer.
Sets() SetInformer
// SetInstances returns a SetInstanceInformer.
SetInstances() SetInstanceInformer
}
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 SetInformer ¶
type SetInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.SetLister
}
SetInformer provides access to a shared informer and lister for Sets.
type SetInstanceInformer ¶
type SetInstanceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.SetInstanceLister
}
SetInstanceInformer provides access to a shared informer and lister for SetInstances.