Documentation ¶
Index ¶
- func NewFilteredOperatingSystemConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredOperatingSystemProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewOperatingSystemConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewOperatingSystemProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type OperatingSystemConfigInformer
- type OperatingSystemProfileInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredOperatingSystemConfigInformer ¶
func NewFilteredOperatingSystemConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredOperatingSystemConfigInformer constructs a new informer for OperatingSystemConfig 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 NewFilteredOperatingSystemProfileInformer ¶
func NewFilteredOperatingSystemProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredOperatingSystemProfileInformer constructs a new informer for OperatingSystemProfile 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 NewOperatingSystemConfigInformer ¶
func NewOperatingSystemConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewOperatingSystemConfigInformer constructs a new informer for OperatingSystemConfig 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 NewOperatingSystemProfileInformer ¶
func NewOperatingSystemProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewOperatingSystemProfileInformer constructs a new informer for OperatingSystemProfile 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 { // OperatingSystemConfigs returns a OperatingSystemConfigInformer. OperatingSystemConfigs() OperatingSystemConfigInformer // OperatingSystemProfiles returns a OperatingSystemProfileInformer. OperatingSystemProfiles() OperatingSystemProfileInformer }
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 OperatingSystemConfigInformer ¶
type OperatingSystemConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.OperatingSystemConfigLister }
OperatingSystemConfigInformer provides access to a shared informer and lister for OperatingSystemConfigs.
type OperatingSystemProfileInformer ¶
type OperatingSystemProfileInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.OperatingSystemProfileLister }
OperatingSystemProfileInformer provides access to a shared informer and lister for OperatingSystemProfiles.