Documentation
¶
Index ¶
- func NewFilteredTransformationInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewFilteredXSLTTransformInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewTransformationInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- func NewXSLTTransformInformer(client internalclientset.Interface, namespace string, ...) cache.SharedIndexInformer
- type Interface
- type TransformationInformer
- type XSLTTransformInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 NewFilteredXSLTTransformInformer ¶ added in v1.12.0
func NewFilteredXSLTTransformInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredXSLTTransformInformer constructs a new informer for XSLTTransform 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 NewXSLTTransformInformer ¶ added in v1.12.0
func NewXSLTTransformInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewXSLTTransformInformer constructs a new informer for XSLTTransform 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 Interface ¶
type Interface interface { // Transformations returns a TransformationInformer. Transformations() TransformationInformer // XSLTTransforms returns a XSLTTransformInformer. XSLTTransforms() XSLTTransformInformer }
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 TransformationInformer ¶
type TransformationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.TransformationLister }
TransformationInformer provides access to a shared informer and lister for Transformations.
type XSLTTransformInformer ¶ added in v1.12.0
type XSLTTransformInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.XSLTTransformLister }
XSLTTransformInformer provides access to a shared informer and lister for XSLTTransforms.