Documentation ¶
Index ¶
- func NewCertificateRevocationRequestInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCertificateSigningRequestApprovalInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCertificateRevocationRequestInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCertificateSigningRequestApprovalInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CertificateRevocationRequestInformer
- type CertificateSigningRequestApprovalInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertificateRevocationRequestInformer ¶
func NewCertificateRevocationRequestInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCertificateRevocationRequestInformer constructs a new informer for CertificateRevocationRequest 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 NewCertificateSigningRequestApprovalInformer ¶
func NewCertificateSigningRequestApprovalInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCertificateSigningRequestApprovalInformer constructs a new informer for CertificateSigningRequestApproval 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 NewFilteredCertificateRevocationRequestInformer ¶
func NewFilteredCertificateRevocationRequestInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCertificateRevocationRequestInformer constructs a new informer for CertificateRevocationRequest 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 NewFilteredCertificateSigningRequestApprovalInformer ¶
func NewFilteredCertificateSigningRequestApprovalInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCertificateSigningRequestApprovalInformer constructs a new informer for CertificateSigningRequestApproval 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 CertificateRevocationRequestInformer ¶
type CertificateRevocationRequestInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CertificateRevocationRequestLister }
CertificateRevocationRequestInformer provides access to a shared informer and lister for CertificateRevocationRequests.
type CertificateSigningRequestApprovalInformer ¶
type CertificateSigningRequestApprovalInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CertificateSigningRequestApprovalLister }
CertificateSigningRequestApprovalInformer provides access to a shared informer and lister for CertificateSigningRequestApprovals.
type Interface ¶
type Interface interface { // CertificateRevocationRequests returns a CertificateRevocationRequestInformer. CertificateRevocationRequests() CertificateRevocationRequestInformer // CertificateSigningRequestApprovals returns a CertificateSigningRequestApprovalInformer. CertificateSigningRequestApprovals() CertificateSigningRequestApprovalInformer }
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.