Documentation
¶
Index ¶
- func NewClusterImportPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredClusterImportPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPediaClusterLifecycleInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPediaClusterLifecycleInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterImportPolicyInformer
- type Interface
- type PediaClusterLifecycleInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterImportPolicyInformer ¶
func NewClusterImportPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewClusterImportPolicyInformer constructs a new informer for ClusterImportPolicy 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 NewFilteredClusterImportPolicyInformer ¶
func NewFilteredClusterImportPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredClusterImportPolicyInformer constructs a new informer for ClusterImportPolicy 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 NewFilteredPediaClusterLifecycleInformer ¶
func NewFilteredPediaClusterLifecycleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPediaClusterLifecycleInformer constructs a new informer for PediaClusterLifecycle 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 NewPediaClusterLifecycleInformer ¶
func NewPediaClusterLifecycleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPediaClusterLifecycleInformer constructs a new informer for PediaClusterLifecycle 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 ClusterImportPolicyInformer ¶
type ClusterImportPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ClusterImportPolicyLister }
ClusterImportPolicyInformer provides access to a shared informer and lister for ClusterImportPolicies.
type Interface ¶
type Interface interface { // ClusterImportPolicies returns a ClusterImportPolicyInformer. ClusterImportPolicies() ClusterImportPolicyInformer // PediaClusterLifecycles returns a PediaClusterLifecycleInformer. PediaClusterLifecycles() PediaClusterLifecycleInformer }
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 PediaClusterLifecycleInformer ¶
type PediaClusterLifecycleInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PediaClusterLifecycleLister }
PediaClusterLifecycleInformer provides access to a shared informer and lister for PediaClusterLifecycles.