v1alpha1

package
v0.1.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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

New returns a new Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL