v1alpha1

package
v0.1.47 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBridgeInformer added in v0.1.14

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

NewBridgeInformer constructs a new informer for Bridge 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 NewFilteredBridgeInformer added in v0.1.14

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

NewFilteredBridgeInformer constructs a new informer for Bridge 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 NewFilteredJQTransformationInformer

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

NewFilteredJQTransformationInformer constructs a new informer for JQTransformation 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 NewFilteredSynchronizerInformer

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

NewFilteredSynchronizerInformer constructs a new informer for Synchronizer 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 NewFilteredTransformationInformer

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

NewFilteredTransformationInformer constructs a new informer for Transformation 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 NewFilteredXMLToJSONTransformationInformer

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

NewFilteredXMLToJSONTransformationInformer constructs a new informer for XMLToJSONTransformation 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 NewFilteredXSLTTransformationInformer

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

NewFilteredXSLTTransformationInformer constructs a new informer for XSLTTransformation 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 NewJQTransformationInformer

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

NewJQTransformationInformer constructs a new informer for JQTransformation 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 NewSynchronizerInformer

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

NewSynchronizerInformer constructs a new informer for Synchronizer 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 NewTransformationInformer

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

NewTransformationInformer constructs a new informer for Transformation 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 NewXMLToJSONTransformationInformer

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

NewXMLToJSONTransformationInformer constructs a new informer for XMLToJSONTransformation 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 NewXSLTTransformationInformer

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

NewXSLTTransformationInformer constructs a new informer for XSLTTransformation 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 BridgeInformer added in v0.1.14

type BridgeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.BridgeLister
}

BridgeInformer provides access to a shared informer and lister for Bridges.

type Interface

type Interface interface {
	// Bridges returns a BridgeInformer.
	Bridges() BridgeInformer
	// JQTransformations returns a JQTransformationInformer.
	JQTransformations() JQTransformationInformer
	// Synchronizers returns a SynchronizerInformer.
	Synchronizers() SynchronizerInformer
	// Transformations returns a TransformationInformer.
	Transformations() TransformationInformer
	// XMLToJSONTransformations returns a XMLToJSONTransformationInformer.
	XMLToJSONTransformations() XMLToJSONTransformationInformer
	// XSLTTransformations returns a XSLTTransformationInformer.
	XSLTTransformations() XSLTTransformationInformer
}

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

func New

New returns a new Interface.

type JQTransformationInformer

type JQTransformationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.JQTransformationLister
}

JQTransformationInformer provides access to a shared informer and lister for JQTransformations.

type SynchronizerInformer

type SynchronizerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SynchronizerLister
}

SynchronizerInformer provides access to a shared informer and lister for Synchronizers.

type TransformationInformer

type TransformationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TransformationLister
}

TransformationInformer provides access to a shared informer and lister for Transformations.

type XMLToJSONTransformationInformer

type XMLToJSONTransformationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.XMLToJSONTransformationLister
}

XMLToJSONTransformationInformer provides access to a shared informer and lister for XMLToJSONTransformations.

type XSLTTransformationInformer

type XSLTTransformationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.XSLTTransformationLister
}

XSLTTransformationInformer provides access to a shared informer and lister for XSLTTransformations.

Jump to

Keyboard shortcuts

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