v1alpha1

package
v1.2.0-beta3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFabricCAInformer

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

NewFabricCAInformer constructs a new informer for FabricCA 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 NewFabricOrdererNodeInformer

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

NewFabricOrdererNodeInformer constructs a new informer for FabricOrdererNode 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 NewFabricOrderingServiceInformer

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

NewFabricOrderingServiceInformer constructs a new informer for FabricOrderingService 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 NewFabricPeerInformer

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

NewFabricPeerInformer constructs a new informer for FabricPeer 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 NewFilteredFabricCAInformer

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

NewFilteredFabricCAInformer constructs a new informer for FabricCA 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 NewFilteredFabricOrdererNodeInformer

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

NewFilteredFabricOrdererNodeInformer constructs a new informer for FabricOrdererNode 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 NewFilteredFabricOrderingServiceInformer

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

NewFilteredFabricOrderingServiceInformer constructs a new informer for FabricOrderingService 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 NewFilteredFabricPeerInformer

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

NewFilteredFabricPeerInformer constructs a new informer for FabricPeer 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 FabricCAInformer

type FabricCAInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricCALister
}

FabricCAInformer provides access to a shared informer and lister for FabricCAs.

type FabricOrdererNodeInformer

type FabricOrdererNodeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricOrdererNodeLister
}

FabricOrdererNodeInformer provides access to a shared informer and lister for FabricOrdererNodes.

type FabricOrderingServiceInformer

type FabricOrderingServiceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricOrderingServiceLister
}

FabricOrderingServiceInformer provides access to a shared informer and lister for FabricOrderingServices.

type FabricPeerInformer

type FabricPeerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricPeerLister
}

FabricPeerInformer provides access to a shared informer and lister for FabricPeers.

type Interface

type Interface interface {
	// FabricCAs returns a FabricCAInformer.
	FabricCAs() FabricCAInformer
	// FabricOrdererNodes returns a FabricOrdererNodeInformer.
	FabricOrdererNodes() FabricOrdererNodeInformer
	// FabricOrderingServices returns a FabricOrderingServiceInformer.
	FabricOrderingServices() FabricOrderingServiceInformer
	// FabricPeers returns a FabricPeerInformer.
	FabricPeers() FabricPeerInformer
}

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