v1beta1

package
v0.33.2 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2025 License: Apache-2.0 Imports: 10 Imported by: 275

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCertificateSigningRequestInformer

func NewCertificateSigningRequestInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewCertificateSigningRequestInformer constructs a new informer for CertificateSigningRequest 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 NewClusterTrustBundleInformer added in v0.33.0

func NewClusterTrustBundleInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterTrustBundleInformer 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 NewFilteredCertificateSigningRequestInformer

func NewFilteredCertificateSigningRequestInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredCertificateSigningRequestInformer constructs a new informer for CertificateSigningRequest 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 NewFilteredClusterTrustBundleInformer added in v0.33.0

func NewFilteredClusterTrustBundleInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredClusterTrustBundleInformer 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 CertificateSigningRequestInformer

type CertificateSigningRequestInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() certificatesv1beta1.CertificateSigningRequestLister
}

CertificateSigningRequestInformer provides access to a shared informer and lister for CertificateSigningRequests.

type ClusterTrustBundleInformer added in v0.33.0

type ClusterTrustBundleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() certificatesv1beta1.ClusterTrustBundleLister
}

ClusterTrustBundleInformer provides access to a shared informer and lister for ClusterTrustBundles.

type Interface

type Interface interface {
	// CertificateSigningRequests returns a CertificateSigningRequestInformer.
	CertificateSigningRequests() CertificateSigningRequestInformer
	// ClusterTrustBundles returns a ClusterTrustBundleInformer.
	ClusterTrustBundles() ClusterTrustBundleInformer
}

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