Documentation ¶
Index ¶
- func NewConnectClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewConnectorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConnectClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConnectorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSchemaRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSchemaRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ConnectClusterInformer
- type ConnectorInformer
- type Interface
- type SchemaRegistryInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnectClusterInformer ¶
func NewConnectClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConnectClusterInformer constructs a new informer for ConnectCluster 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 NewConnectorInformer ¶
func NewConnectorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConnectorInformer constructs a new informer for Connector 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 NewFilteredConnectClusterInformer ¶
func NewFilteredConnectClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConnectClusterInformer constructs a new informer for ConnectCluster 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 NewFilteredConnectorInformer ¶
func NewFilteredConnectorInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConnectorInformer constructs a new informer for Connector 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 NewFilteredSchemaRegistryInformer ¶ added in v0.46.0
func NewFilteredSchemaRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSchemaRegistryInformer constructs a new informer for SchemaRegistry 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 NewSchemaRegistryInformer ¶ added in v0.46.0
func NewSchemaRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSchemaRegistryInformer constructs a new informer for SchemaRegistry 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 ConnectClusterInformer ¶
type ConnectClusterInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConnectClusterLister }
ConnectClusterInformer provides access to a shared informer and lister for ConnectClusters.
type ConnectorInformer ¶
type ConnectorInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ConnectorLister }
ConnectorInformer provides access to a shared informer and lister for Connectors.
type Interface ¶
type Interface interface { // ConnectClusters returns a ConnectClusterInformer. ConnectClusters() ConnectClusterInformer // Connectors returns a ConnectorInformer. Connectors() ConnectorInformer // SchemaRegistries returns a SchemaRegistryInformer. SchemaRegistries() SchemaRegistryInformer }
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 SchemaRegistryInformer ¶ added in v0.46.0
type SchemaRegistryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SchemaRegistryLister }
SchemaRegistryInformer provides access to a shared informer and lister for SchemaRegistries.