Documentation ¶
Index ¶
- func NewCentralConnectionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCertificateRequestInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCentralConnectionInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCertificateRequestInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CentralConnectionInformer
- type CertificateRequestInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCentralConnectionInformer ¶
func NewCentralConnectionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCentralConnectionInformer constructs a new informer for CentralConnection 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 NewCertificateRequestInformer ¶
func NewCertificateRequestInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCertificateRequestInformer constructs a new informer for CertificateRequest 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 NewFilteredCentralConnectionInformer ¶
func NewFilteredCentralConnectionInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCentralConnectionInformer constructs a new informer for CentralConnection 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 NewFilteredCertificateRequestInformer ¶
func NewFilteredCertificateRequestInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCertificateRequestInformer constructs a new informer for CertificateRequest 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 CentralConnectionInformer ¶
type CentralConnectionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CentralConnectionLister }
CentralConnectionInformer provides access to a shared informer and lister for CentralConnections.
type CertificateRequestInformer ¶
type CertificateRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CertificateRequestLister }
CertificateRequestInformer provides access to a shared informer and lister for CertificateRequests.
type Interface ¶
type Interface interface { // CentralConnections returns a CentralConnectionInformer. CentralConnections() CentralConnectionInformer // CertificateRequests returns a CertificateRequestInformer. CertificateRequests() CertificateRequestInformer }
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.