Documentation ¶
Index ¶
- func NewFilteredStorageVersionMigrationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewStorageVersionMigrationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- type ClusterInterface
- type StorageVersionMigrationClusterInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredStorageVersionMigrationClusterInformer ¶
func NewFilteredStorageVersionMigrationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredStorageVersionMigrationClusterInformer constructs a new informer for StorageVersionMigration 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 NewStorageVersionMigrationClusterInformer ¶
func NewStorageVersionMigrationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewStorageVersionMigrationClusterInformer constructs a new informer for StorageVersionMigration 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 { // StorageVersionMigrations returns a StorageVersionMigrationClusterInformer StorageVersionMigrations() StorageVersionMigrationClusterInformer }
func New ¶
func New(f internalinterfaces.SharedInformerFactory, tweakListOptions internalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
type StorageVersionMigrationClusterInformer ¶
type StorageVersionMigrationClusterInformer interface { Cluster(logicalcluster.Name) upstreamstoragemigrationv1alpha1informers.StorageVersionMigrationInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() storagemigrationv1alpha1listers.StorageVersionMigrationClusterLister }
StorageVersionMigrationClusterInformer provides access to a shared informer and lister for StorageVersionMigrations.