Documentation
¶
Index ¶
- func NewAwsSqsSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewContainerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCronJobSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAwsSqsSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredContainerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCronJobSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGitHubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredKubernetesEventSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGitHubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewKubernetesEventSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AwsSqsSourceInformer
- type ContainerSourceInformer
- type CronJobSourceInformer
- type GitHubSourceInformer
- type Interface
- type KubernetesEventSourceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAwsSqsSourceInformer ¶ added in v0.3.0
func NewAwsSqsSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAwsSqsSourceInformer constructs a new informer for AwsSqsSource 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 NewContainerSourceInformer ¶
func NewContainerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewContainerSourceInformer constructs a new informer for ContainerSource 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 NewCronJobSourceInformer ¶ added in v0.3.0
func NewCronJobSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCronJobSourceInformer constructs a new informer for CronJobSource 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 NewFilteredAwsSqsSourceInformer ¶ added in v0.3.0
func NewFilteredAwsSqsSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAwsSqsSourceInformer constructs a new informer for AwsSqsSource 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 NewFilteredContainerSourceInformer ¶
func NewFilteredContainerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredContainerSourceInformer constructs a new informer for ContainerSource 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 NewFilteredCronJobSourceInformer ¶ added in v0.3.0
func NewFilteredCronJobSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCronJobSourceInformer constructs a new informer for CronJobSource 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 NewFilteredGitHubSourceInformer ¶
func NewFilteredGitHubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGitHubSourceInformer constructs a new informer for GitHubSource 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 NewFilteredKubernetesEventSourceInformer ¶
func NewFilteredKubernetesEventSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKubernetesEventSourceInformer constructs a new informer for KubernetesEventSource 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 NewGitHubSourceInformer ¶
func NewGitHubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGitHubSourceInformer constructs a new informer for GitHubSource 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 NewKubernetesEventSourceInformer ¶
func NewKubernetesEventSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKubernetesEventSourceInformer constructs a new informer for KubernetesEventSource 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 AwsSqsSourceInformer ¶ added in v0.3.0
type AwsSqsSourceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.AwsSqsSourceLister
}
AwsSqsSourceInformer provides access to a shared informer and lister for AwsSqsSources.
type ContainerSourceInformer ¶
type ContainerSourceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ContainerSourceLister
}
ContainerSourceInformer provides access to a shared informer and lister for ContainerSources.
type CronJobSourceInformer ¶ added in v0.3.0
type CronJobSourceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.CronJobSourceLister
}
CronJobSourceInformer provides access to a shared informer and lister for CronJobSources.
type GitHubSourceInformer ¶
type GitHubSourceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.GitHubSourceLister
}
GitHubSourceInformer provides access to a shared informer and lister for GitHubSources.
type Interface ¶
type Interface interface {
// AwsSqsSources returns a AwsSqsSourceInformer.
AwsSqsSources() AwsSqsSourceInformer
// ContainerSources returns a ContainerSourceInformer.
ContainerSources() ContainerSourceInformer
// CronJobSources returns a CronJobSourceInformer.
CronJobSources() CronJobSourceInformer
// GitHubSources returns a GitHubSourceInformer.
GitHubSources() GitHubSourceInformer
// KubernetesEventSources returns a KubernetesEventSourceInformer.
KubernetesEventSources() KubernetesEventSourceInformer
}
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 KubernetesEventSourceInformer ¶
type KubernetesEventSourceInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.KubernetesEventSourceLister
}
KubernetesEventSourceInformer provides access to a shared informer and lister for KubernetesEventSources.
Source Files
¶
- awssqssource.go
- containersource.go
- cronjobsource.go
- githubsource.go
- interface.go
- kuberneteseventsource.go