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