v1alpha1

package
v0.0.0-...-affaa53 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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

New returns a new Interface.

Jump to

Keyboard shortcuts

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