v1alpha1

package
v1.5.0-beta12 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 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 NewFabricExplorerInformer added in v1.5.0

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

NewFabricExplorerInformer constructs a new informer for FabricExplorer 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 NewFabricNetworkConfigInformer added in v1.5.0

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

NewFabricNetworkConfigInformer constructs a new informer for FabricNetworkConfig 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 NewFilteredFabricExplorerInformer added in v1.5.0

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

NewFilteredFabricExplorerInformer constructs a new informer for FabricExplorer 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 NewFilteredFabricNetworkConfigInformer added in v1.5.0

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

NewFilteredFabricNetworkConfigInformer constructs a new informer for FabricNetworkConfig 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 FabricExplorerInformer added in v1.5.0

type FabricExplorerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricExplorerLister
}

FabricExplorerInformer provides access to a shared informer and lister for FabricExplorers.

type FabricNetworkConfigInformer added in v1.5.0

type FabricNetworkConfigInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricNetworkConfigLister
}

FabricNetworkConfigInformer provides access to a shared informer and lister for FabricNetworkConfigs.

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
	// FabricExplorers returns a FabricExplorerInformer.
	FabricExplorers() FabricExplorerInformer
	// FabricNetworkConfigs returns a FabricNetworkConfigInformer.
	FabricNetworkConfigs() FabricNetworkConfigInformer
	// 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