Documentation ¶
Index ¶
- func NewClusterTrustBundleClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredClusterTrustBundleClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- type ClusterInterface
- type ClusterTrustBundleClusterInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterTrustBundleClusterInformer ¶
func NewClusterTrustBundleClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewClusterTrustBundleClusterInformer constructs a new informer for ClusterTrustBundle 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 NewFilteredClusterTrustBundleClusterInformer ¶
func NewFilteredClusterTrustBundleClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredClusterTrustBundleClusterInformer constructs a new informer for ClusterTrustBundle 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 { // ClusterTrustBundles returns a ClusterTrustBundleClusterInformer ClusterTrustBundles() ClusterTrustBundleClusterInformer }
func New ¶
func New(f internalinterfaces.SharedInformerFactory, tweakListOptions internalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
type ClusterTrustBundleClusterInformer ¶
type ClusterTrustBundleClusterInformer interface { Cluster(logicalcluster.Name) upstreamcertificatesv1alpha1informers.ClusterTrustBundleInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() certificatesv1alpha1listers.ClusterTrustBundleClusterLister }
ClusterTrustBundleClusterInformer provides access to a shared informer and lister for ClusterTrustBundles.