Documentation
¶
Index ¶
- func NewFilteredPublishedResourceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredPublishedResourceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPublishedResourceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewPublishedResourceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterInterface
- type Interface
- type PublishedResourceClusterInformer
- type PublishedResourceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredPublishedResourceClusterInformer ¶
func NewFilteredPublishedResourceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredPublishedResourceClusterInformer constructs a new informer for PublishedResource 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 NewFilteredPublishedResourceInformer ¶
func NewFilteredPublishedResourceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPublishedResourceInformer constructs a new informer for PublishedResource 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 NewPublishedResourceClusterInformer ¶
func NewPublishedResourceClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewPublishedResourceClusterInformer constructs a new informer for PublishedResource 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 NewPublishedResourceInformer ¶
func NewPublishedResourceInformer(client scopedclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPublishedResourceInformer constructs a new informer for PublishedResource 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 ClusterInterface ¶
type ClusterInterface interface { // PublishedResources returns a PublishedResourceClusterInformer PublishedResources() PublishedResourceClusterInformer }
func New ¶
func New(f internalinterfaces.SharedInformerFactory, tweakListOptions internalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
type Interface ¶
type Interface interface { // PublishedResources returns a PublishedResourceInformer PublishedResources() PublishedResourceInformer }
func NewScoped ¶
func NewScoped(f internalinterfaces.SharedScopedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new ClusterInterface.
type PublishedResourceClusterInformer ¶
type PublishedResourceClusterInformer interface { Cluster(logicalcluster.Name) PublishedResourceInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() syncagentv1alpha1listers.PublishedResourceClusterLister }
PublishedResourceClusterInformer provides access to a shared informer and lister for PublishedResources.
type PublishedResourceInformer ¶
type PublishedResourceInformer interface { Informer() cache.SharedIndexInformer Lister() syncagentv1alpha1listers.PublishedResourceLister }
PublishedResourceInformer provides access to a shared informer and lister for PublishedResources.