Documentation
¶
Index ¶
- func NewFilteredLeaseCandidateClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewLeaseCandidateClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- type ClusterInterface
- type LeaseCandidateClusterInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredLeaseCandidateClusterInformer ¶
func NewFilteredLeaseCandidateClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions kcpinternalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredLeaseCandidateClusterInformer constructs a new informer for LeaseCandidate 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 NewLeaseCandidateClusterInformer ¶
func NewLeaseCandidateClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewLeaseCandidateClusterInformer constructs a new informer for LeaseCandidate 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 {
// LeaseCandidates returns a LeaseCandidateClusterInformer.
LeaseCandidates() LeaseCandidateClusterInformer
}
func New ¶
func New(f kcpinternalinterfaces.SharedInformerFactory, tweakListOptions kcpinternalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new Interface.
type LeaseCandidateClusterInformer ¶
type LeaseCandidateClusterInformer interface {
Cluster(logicalcluster.Name) coordinationv1alpha2.LeaseCandidateInformer
ClusterWithContext(context.Context, logicalcluster.Name) coordinationv1alpha2.LeaseCandidateInformer
Informer() kcpcache.ScopeableSharedIndexInformer
Lister() kcpv1alpha2.LeaseCandidateClusterLister
}
LeaseCandidateClusterInformer provides access to a shared informer and lister for LeaseCandidates.