v1alpha1

package
v1.10.0-beta3 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2024 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 NewFabricChaincodeInformer added in v1.6.0

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

NewFabricChaincodeInformer constructs a new informer for FabricChaincode 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 NewFabricChaincodeTemplateInformer added in v1.10.0

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

NewFabricChaincodeTemplateInformer constructs a new informer for FabricChaincodeTemplate 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 NewFabricFollowerChannelInformer added in v1.8.0

func NewFabricFollowerChannelInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewFabricFollowerChannelInformer constructs a new informer for FabricFollowerChannel 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 NewFabricIdentityInformer added in v1.9.0

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

NewFabricIdentityInformer constructs a new informer for FabricIdentity 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 NewFabricMainChannelInformer added in v1.8.0

func NewFabricMainChannelInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewFabricMainChannelInformer constructs a new informer for FabricMainChannel 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 NewFabricOperationsConsoleInformer added in v1.7.0

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

NewFabricOperationsConsoleInformer constructs a new informer for FabricOperationsConsole 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 NewFabricOperatorAPIInformer added in v1.7.0

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

NewFabricOperatorAPIInformer constructs a new informer for FabricOperatorAPI 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 NewFabricOperatorUIInformer added in v1.7.0

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

NewFabricOperatorUIInformer constructs a new informer for FabricOperatorUI 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 NewFilteredFabricChaincodeInformer added in v1.6.0

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

NewFilteredFabricChaincodeInformer constructs a new informer for FabricChaincode 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 NewFilteredFabricChaincodeTemplateInformer added in v1.10.0

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

NewFilteredFabricChaincodeTemplateInformer constructs a new informer for FabricChaincodeTemplate 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 NewFilteredFabricFollowerChannelInformer added in v1.8.0

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

NewFilteredFabricFollowerChannelInformer constructs a new informer for FabricFollowerChannel 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 NewFilteredFabricIdentityInformer added in v1.9.0

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

NewFilteredFabricIdentityInformer constructs a new informer for FabricIdentity 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 NewFilteredFabricMainChannelInformer added in v1.8.0

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

NewFilteredFabricMainChannelInformer constructs a new informer for FabricMainChannel 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 NewFilteredFabricOperationsConsoleInformer added in v1.7.0

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

NewFilteredFabricOperationsConsoleInformer constructs a new informer for FabricOperationsConsole 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 NewFilteredFabricOperatorAPIInformer added in v1.7.0

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

NewFilteredFabricOperatorAPIInformer constructs a new informer for FabricOperatorAPI 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 NewFilteredFabricOperatorUIInformer added in v1.7.0

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

NewFilteredFabricOperatorUIInformer constructs a new informer for FabricOperatorUI 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 FabricChaincodeInformer added in v1.6.0

type FabricChaincodeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricChaincodeLister
}

FabricChaincodeInformer provides access to a shared informer and lister for FabricChaincodes.

type FabricChaincodeTemplateInformer added in v1.10.0

type FabricChaincodeTemplateInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricChaincodeTemplateLister
}

FabricChaincodeTemplateInformer provides access to a shared informer and lister for FabricChaincodeTemplates.

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 FabricFollowerChannelInformer added in v1.8.0

type FabricFollowerChannelInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricFollowerChannelLister
}

FabricFollowerChannelInformer provides access to a shared informer and lister for FabricFollowerChannels.

type FabricIdentityInformer added in v1.9.0

type FabricIdentityInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricIdentityLister
}

FabricIdentityInformer provides access to a shared informer and lister for FabricIdentities.

type FabricMainChannelInformer added in v1.8.0

type FabricMainChannelInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricMainChannelLister
}

FabricMainChannelInformer provides access to a shared informer and lister for FabricMainChannels.

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 FabricOperationsConsoleInformer added in v1.7.0

type FabricOperationsConsoleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricOperationsConsoleLister
}

FabricOperationsConsoleInformer provides access to a shared informer and lister for FabricOperationsConsoles.

type FabricOperatorAPIInformer added in v1.7.0

type FabricOperatorAPIInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricOperatorAPILister
}

FabricOperatorAPIInformer provides access to a shared informer and lister for FabricOperatorAPIs.

type FabricOperatorUIInformer added in v1.7.0

type FabricOperatorUIInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricOperatorUILister
}

FabricOperatorUIInformer provides access to a shared informer and lister for FabricOperatorUIs.

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
	// FabricChaincodes returns a FabricChaincodeInformer.
	FabricChaincodes() FabricChaincodeInformer
	// FabricChaincodeTemplates returns a FabricChaincodeTemplateInformer.
	FabricChaincodeTemplates() FabricChaincodeTemplateInformer
	// FabricExplorers returns a FabricExplorerInformer.
	FabricExplorers() FabricExplorerInformer
	// FabricFollowerChannels returns a FabricFollowerChannelInformer.
	FabricFollowerChannels() FabricFollowerChannelInformer
	// FabricIdentities returns a FabricIdentityInformer.
	FabricIdentities() FabricIdentityInformer
	// FabricMainChannels returns a FabricMainChannelInformer.
	FabricMainChannels() FabricMainChannelInformer
	// FabricNetworkConfigs returns a FabricNetworkConfigInformer.
	FabricNetworkConfigs() FabricNetworkConfigInformer
	// FabricOperationsConsoles returns a FabricOperationsConsoleInformer.
	FabricOperationsConsoles() FabricOperationsConsoleInformer
	// FabricOperatorAPIs returns a FabricOperatorAPIInformer.
	FabricOperatorAPIs() FabricOperatorAPIInformer
	// FabricOperatorUIs returns a FabricOperatorUIInformer.
	FabricOperatorUIs() FabricOperatorUIInformer
	// 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