Documentation ¶
Index ¶
- func NewClusterPolicyReportInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredClusterPolicyReportInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPolicyReportInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPolicyReportInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterPolicyReportInformer
- type Interface
- type PolicyReportInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterPolicyReportInformer ¶
func NewClusterPolicyReportInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewClusterPolicyReportInformer constructs a new informer for ClusterPolicyReport 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 NewFilteredClusterPolicyReportInformer ¶
func NewFilteredClusterPolicyReportInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredClusterPolicyReportInformer constructs a new informer for ClusterPolicyReport 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 NewFilteredPolicyReportInformer ¶
func NewFilteredPolicyReportInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPolicyReportInformer constructs a new informer for PolicyReport 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 NewPolicyReportInformer ¶
func NewPolicyReportInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPolicyReportInformer constructs a new informer for PolicyReport 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 ClusterPolicyReportInformer ¶
type ClusterPolicyReportInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.ClusterPolicyReportLister }
ClusterPolicyReportInformer provides access to a shared informer and lister for ClusterPolicyReports.
type Interface ¶
type Interface interface { // ClusterPolicyReports returns a ClusterPolicyReportInformer. ClusterPolicyReports() ClusterPolicyReportInformer // PolicyReports returns a PolicyReportInformer. PolicyReports() PolicyReportInformer }
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 PolicyReportInformer ¶
type PolicyReportInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.PolicyReportLister }
PolicyReportInformer provides access to a shared informer and lister for PolicyReports.