v1alpha3

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewChallengeInformer

func NewChallengeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewChallengeInformer constructs a new informer for Challenge 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 NewFilteredChallengeInformer

func NewFilteredChallengeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredChallengeInformer constructs a new informer for Challenge 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 NewFilteredOrderInformer

func NewFilteredOrderInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOrderInformer constructs a new informer for Order 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 NewOrderInformer

func NewOrderInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOrderInformer constructs a new informer for Order 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 ChallengeInformer

type ChallengeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha3.ChallengeLister
}

ChallengeInformer provides access to a shared informer and lister for Challenges.

type Interface

type Interface interface {
	// Challenges returns a ChallengeInformer.
	Challenges() ChallengeInformer
	// Orders returns a OrderInformer.
	Orders() OrderInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type OrderInformer

type OrderInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha3.OrderLister
}

OrderInformer provides access to a shared informer and lister for Orders.

Jump to

Keyboard shortcuts

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