Documentation ¶
Index ¶
- func NewContainerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredContainerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGcpPubSubSourceInformer(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 NewGcpPubSubSourceInformer(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 ContainerSourceInformer
- type GcpPubSubSourceInformer
- type GitHubSourceInformer
- type Interface
- type KubernetesEventSourceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 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 NewFilteredGcpPubSubSourceInformer ¶
func NewFilteredGcpPubSubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGcpPubSubSourceInformer constructs a new informer for GcpPubSubSource 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 NewGcpPubSubSourceInformer ¶
func NewGcpPubSubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGcpPubSubSourceInformer constructs a new informer for GcpPubSubSource 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 ContainerSourceInformer ¶
type ContainerSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ContainerSourceLister }
ContainerSourceInformer provides access to a shared informer and lister for ContainerSources.
type GcpPubSubSourceInformer ¶
type GcpPubSubSourceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GcpPubSubSourceLister }
GcpPubSubSourceInformer provides access to a shared informer and lister for GcpPubSubSources.
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 { // ContainerSources returns a ContainerSourceInformer. ContainerSources() ContainerSourceInformer // GcpPubSubSources returns a GcpPubSubSourceInformer. GcpPubSubSources() GcpPubSubSourceInformer // 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.