Documentation
¶
Index ¶
- func NewFilteredTracingPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredTracingPolicyNamespacedInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewTracingPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewTracingPolicyNamespacedInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type TracingPolicyInformer
- type TracingPolicyNamespacedInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredTracingPolicyInformer ¶
func NewFilteredTracingPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTracingPolicyInformer constructs a new informer for TracingPolicy 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 NewFilteredTracingPolicyNamespacedInformer ¶ added in v0.8.20
func NewFilteredTracingPolicyNamespacedInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTracingPolicyNamespacedInformer constructs a new informer for TracingPolicyNamespaced 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 NewTracingPolicyInformer ¶
func NewTracingPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTracingPolicyInformer constructs a new informer for TracingPolicy 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 NewTracingPolicyNamespacedInformer ¶ added in v0.8.20
func NewTracingPolicyNamespacedInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTracingPolicyNamespacedInformer constructs a new informer for TracingPolicyNamespaced 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 { // TracingPolicies returns a TracingPolicyInformer. TracingPolicies() TracingPolicyInformer // TracingPoliciesNamespaced returns a TracingPolicyNamespacedInformer. TracingPoliciesNamespaced() TracingPolicyNamespacedInformer }
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 TracingPolicyInformer ¶
type TracingPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.TracingPolicyLister }
TracingPolicyInformer provides access to a shared informer and lister for TracingPolicies.
type TracingPolicyNamespacedInformer ¶ added in v0.8.20
type TracingPolicyNamespacedInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.TracingPolicyNamespacedLister }
TracingPolicyNamespacedInformer provides access to a shared informer and lister for TracingPoliciesNamespaced.