Documentation ¶
Index ¶
- func NewFilteredResourceInterpreterCustomizationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredResourceInterpreterWebhookConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewResourceInterpreterCustomizationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewResourceInterpreterWebhookConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type ResourceInterpreterCustomizationInformer
- type ResourceInterpreterWebhookConfigurationInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredResourceInterpreterCustomizationInformer ¶ added in v1.4.0
func NewFilteredResourceInterpreterCustomizationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredResourceInterpreterCustomizationInformer constructs a new informer for ResourceInterpreterCustomization 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 NewFilteredResourceInterpreterWebhookConfigurationInformer ¶
func NewFilteredResourceInterpreterWebhookConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredResourceInterpreterWebhookConfigurationInformer constructs a new informer for ResourceInterpreterWebhookConfiguration 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 NewResourceInterpreterCustomizationInformer ¶ added in v1.4.0
func NewResourceInterpreterCustomizationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewResourceInterpreterCustomizationInformer constructs a new informer for ResourceInterpreterCustomization 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 NewResourceInterpreterWebhookConfigurationInformer ¶
func NewResourceInterpreterWebhookConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewResourceInterpreterWebhookConfigurationInformer constructs a new informer for ResourceInterpreterWebhookConfiguration 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 { // ResourceInterpreterCustomizations returns a ResourceInterpreterCustomizationInformer. ResourceInterpreterCustomizations() ResourceInterpreterCustomizationInformer // ResourceInterpreterWebhookConfigurations returns a ResourceInterpreterWebhookConfigurationInformer. ResourceInterpreterWebhookConfigurations() ResourceInterpreterWebhookConfigurationInformer }
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 ResourceInterpreterCustomizationInformer ¶ added in v1.4.0
type ResourceInterpreterCustomizationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ResourceInterpreterCustomizationLister }
ResourceInterpreterCustomizationInformer provides access to a shared informer and lister for ResourceInterpreterCustomizations.
type ResourceInterpreterWebhookConfigurationInformer ¶
type ResourceInterpreterWebhookConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ResourceInterpreterWebhookConfigurationLister }
ResourceInterpreterWebhookConfigurationInformer provides access to a shared informer and lister for ResourceInterpreterWebhookConfigurations.