v1alpha1

package
v0.17.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCloudAuditLogsSourceInformer added in v0.12.0

func NewCloudAuditLogsSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCloudAuditLogsSourceInformer constructs a new informer for CloudAuditLogsSource 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 NewCloudBuildSourceInformer added in v0.14.0

func NewCloudBuildSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCloudBuildSourceInformer constructs a new informer for CloudBuildSource 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 NewCloudPubSubSourceInformer added in v0.12.0

func NewCloudPubSubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCloudPubSubSourceInformer constructs a new informer for CloudPubSubSource 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 NewCloudSchedulerSourceInformer added in v0.12.0

func NewCloudSchedulerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCloudSchedulerSourceInformer constructs a new informer for CloudSchedulerSource 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 NewCloudStorageSourceInformer added in v0.12.0

func NewCloudStorageSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCloudStorageSourceInformer constructs a new informer for CloudStorageSource 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 NewFilteredCloudAuditLogsSourceInformer added in v0.12.0

func NewFilteredCloudAuditLogsSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCloudAuditLogsSourceInformer constructs a new informer for CloudAuditLogsSource 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 NewFilteredCloudBuildSourceInformer added in v0.14.0

func NewFilteredCloudBuildSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCloudBuildSourceInformer constructs a new informer for CloudBuildSource 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 NewFilteredCloudPubSubSourceInformer added in v0.12.0

func NewFilteredCloudPubSubSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCloudPubSubSourceInformer constructs a new informer for CloudPubSubSource 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 NewFilteredCloudSchedulerSourceInformer added in v0.12.0

func NewFilteredCloudSchedulerSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCloudSchedulerSourceInformer constructs a new informer for CloudSchedulerSource 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 NewFilteredCloudStorageSourceInformer added in v0.12.0

func NewFilteredCloudStorageSourceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCloudStorageSourceInformer constructs a new informer for CloudStorageSource 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 CloudAuditLogsSourceInformer added in v0.12.0

type CloudAuditLogsSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CloudAuditLogsSourceLister
}

CloudAuditLogsSourceInformer provides access to a shared informer and lister for CloudAuditLogsSources.

type CloudBuildSourceInformer added in v0.14.0

type CloudBuildSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CloudBuildSourceLister
}

CloudBuildSourceInformer provides access to a shared informer and lister for CloudBuildSources.

type CloudPubSubSourceInformer added in v0.12.0

type CloudPubSubSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CloudPubSubSourceLister
}

CloudPubSubSourceInformer provides access to a shared informer and lister for CloudPubSubSources.

type CloudSchedulerSourceInformer added in v0.12.0

type CloudSchedulerSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CloudSchedulerSourceLister
}

CloudSchedulerSourceInformer provides access to a shared informer and lister for CloudSchedulerSources.

type CloudStorageSourceInformer added in v0.12.0

type CloudStorageSourceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CloudStorageSourceLister
}

CloudStorageSourceInformer provides access to a shared informer and lister for CloudStorageSources.

type Interface

type Interface interface {
	// CloudAuditLogsSources returns a CloudAuditLogsSourceInformer.
	CloudAuditLogsSources() CloudAuditLogsSourceInformer
	// CloudBuildSources returns a CloudBuildSourceInformer.
	CloudBuildSources() CloudBuildSourceInformer
	// CloudPubSubSources returns a CloudPubSubSourceInformer.
	CloudPubSubSources() CloudPubSubSourceInformer
	// CloudSchedulerSources returns a CloudSchedulerSourceInformer.
	CloudSchedulerSources() CloudSchedulerSourceInformer
	// CloudStorageSources returns a CloudStorageSourceInformer.
	CloudStorageSources() CloudStorageSourceInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL