Documentation ¶
Index ¶
- func NewFilteredHTTPPollerSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredSlackSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredWebhookSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredZendeskSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewHTTPPollerSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewSlackSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewWebhookSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewZendeskSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- type HTTPPollerSourceInformer
- type Interface
- type SlackSourceInformer
- type WebhookSourceInformer
- type ZendeskSourceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredHTTPPollerSourceInformer ¶ added in v1.4.0
func NewFilteredHTTPPollerSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHTTPPollerSourceInformer constructs a new informer for HTTPPollerSource 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 NewFilteredSlackSourceInformer ¶
func NewFilteredSlackSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSlackSourceInformer constructs a new informer for SlackSource 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 NewFilteredWebhookSourceInformer ¶ added in v1.4.0
func NewFilteredWebhookSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWebhookSourceInformer constructs a new informer for WebhookSource 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 NewFilteredZendeskSourceInformer ¶
func NewFilteredZendeskSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredZendeskSourceInformer constructs a new informer for ZendeskSource 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 NewHTTPPollerSourceInformer ¶ added in v1.4.0
func NewHTTPPollerSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHTTPPollerSourceInformer constructs a new informer for HTTPPollerSource 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 NewSlackSourceInformer ¶
func NewSlackSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSlackSourceInformer constructs a new informer for SlackSource 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 NewWebhookSourceInformer ¶ added in v1.4.0
func NewWebhookSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWebhookSourceInformer constructs a new informer for WebhookSource 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 NewZendeskSourceInformer ¶
func NewZendeskSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewZendeskSourceInformer constructs a new informer for ZendeskSource 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 HTTPPollerSourceInformer ¶ added in v1.4.0
type HTTPPollerSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.HTTPPollerSourceLister }
HTTPPollerSourceInformer provides access to a shared informer and lister for HTTPPollerSources.
type Interface ¶
type Interface interface { // HTTPPollerSources returns a HTTPPollerSourceInformer. HTTPPollerSources() HTTPPollerSourceInformer // SlackSources returns a SlackSourceInformer. SlackSources() SlackSourceInformer // WebhookSources returns a WebhookSourceInformer. WebhookSources() WebhookSourceInformer // ZendeskSources returns a ZendeskSourceInformer. ZendeskSources() ZendeskSourceInformer }
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 SlackSourceInformer ¶
type SlackSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SlackSourceLister }
SlackSourceInformer provides access to a shared informer and lister for SlackSources.
type WebhookSourceInformer ¶ added in v1.4.0
type WebhookSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.WebhookSourceLister }
WebhookSourceInformer provides access to a shared informer and lister for WebhookSources.
type ZendeskSourceInformer ¶
type ZendeskSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ZendeskSourceLister }
ZendeskSourceInformer provides access to a shared informer and lister for ZendeskSources.