Documentation ¶
Index ¶
- func NewCloudEventsSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredCloudEventsSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredHTTPPollerSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredKafkaSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredOCIMetricsSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredSalesforceSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredWebhookSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewHTTPPollerSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewKafkaSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewOCIMetricsSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewSalesforceSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewWebhookSourceInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- type CloudEventsSourceInformer
- type HTTPPollerSourceInformer
- type Interface
- type KafkaSourceInformer
- type OCIMetricsSourceInformer
- type SalesforceSourceInformer
- type WebhookSourceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudEventsSourceInformer ¶
func NewCloudEventsSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCloudEventsSourceInformer constructs a new informer for CloudEventsSource 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 NewFilteredCloudEventsSourceInformer ¶
func NewFilteredCloudEventsSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCloudEventsSourceInformer constructs a new informer for CloudEventsSource 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 NewFilteredHTTPPollerSourceInformer ¶
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 NewFilteredKafkaSourceInformer ¶
func NewFilteredKafkaSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKafkaSourceInformer constructs a new informer for KafkaSource 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 NewFilteredOCIMetricsSourceInformer ¶
func NewFilteredOCIMetricsSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredOCIMetricsSourceInformer constructs a new informer for OCIMetricsSource 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 NewFilteredSalesforceSourceInformer ¶ added in v0.1.14
func NewFilteredSalesforceSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSalesforceSourceInformer constructs a new informer for SalesforceSource 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 ¶
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 NewHTTPPollerSourceInformer ¶
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 NewKafkaSourceInformer ¶
func NewKafkaSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKafkaSourceInformer constructs a new informer for KafkaSource 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 NewOCIMetricsSourceInformer ¶
func NewOCIMetricsSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewOCIMetricsSourceInformer constructs a new informer for OCIMetricsSource 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 NewSalesforceSourceInformer ¶ added in v0.1.14
func NewSalesforceSourceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSalesforceSourceInformer constructs a new informer for SalesforceSource 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 ¶
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.
Types ¶
type CloudEventsSourceInformer ¶
type CloudEventsSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CloudEventsSourceLister }
CloudEventsSourceInformer provides access to a shared informer and lister for CloudEventsSources.
type HTTPPollerSourceInformer ¶
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 { // CloudEventsSources returns a CloudEventsSourceInformer. CloudEventsSources() CloudEventsSourceInformer // HTTPPollerSources returns a HTTPPollerSourceInformer. HTTPPollerSources() HTTPPollerSourceInformer // KafkaSources returns a KafkaSourceInformer. KafkaSources() KafkaSourceInformer // OCIMetricsSources returns a OCIMetricsSourceInformer. OCIMetricsSources() OCIMetricsSourceInformer // SalesforceSources returns a SalesforceSourceInformer. SalesforceSources() SalesforceSourceInformer // WebhookSources returns a WebhookSourceInformer. WebhookSources() WebhookSourceInformer }
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 KafkaSourceInformer ¶
type KafkaSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.KafkaSourceLister }
KafkaSourceInformer provides access to a shared informer and lister for KafkaSources.
type OCIMetricsSourceInformer ¶
type OCIMetricsSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.OCIMetricsSourceLister }
OCIMetricsSourceInformer provides access to a shared informer and lister for OCIMetricsSources.
type SalesforceSourceInformer ¶ added in v0.1.14
type SalesforceSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SalesforceSourceLister }
SalesforceSourceInformer provides access to a shared informer and lister for SalesforceSources.
type WebhookSourceInformer ¶
type WebhookSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.WebhookSourceLister }
WebhookSourceInformer provides access to a shared informer and lister for WebhookSources.