v1alpha1

package
v1.10.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FabricCALister

type FabricCALister interface {
	// List lists all FabricCAs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricCA, err error)
	// FabricCAs returns an object that can list and get FabricCAs.
	FabricCAs(namespace string) FabricCANamespaceLister
	FabricCAListerExpansion
}

FabricCALister helps list FabricCAs. All objects returned here must be treated as read-only.

func NewFabricCALister

func NewFabricCALister(indexer cache.Indexer) FabricCALister

NewFabricCALister returns a new FabricCALister.

type FabricCAListerExpansion

type FabricCAListerExpansion interface{}

FabricCAListerExpansion allows custom methods to be added to FabricCALister.

type FabricCANamespaceLister

type FabricCANamespaceLister interface {
	// List lists all FabricCAs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricCA, err error)
	// Get retrieves the FabricCA from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricCA, error)
	FabricCANamespaceListerExpansion
}

FabricCANamespaceLister helps list and get FabricCAs. All objects returned here must be treated as read-only.

type FabricCANamespaceListerExpansion

type FabricCANamespaceListerExpansion interface{}

FabricCANamespaceListerExpansion allows custom methods to be added to FabricCANamespaceLister.

type FabricChaincodeLister added in v1.6.0

type FabricChaincodeLister interface {
	// List lists all FabricChaincodes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricChaincode, err error)
	// FabricChaincodes returns an object that can list and get FabricChaincodes.
	FabricChaincodes(namespace string) FabricChaincodeNamespaceLister
	FabricChaincodeListerExpansion
}

FabricChaincodeLister helps list FabricChaincodes. All objects returned here must be treated as read-only.

func NewFabricChaincodeLister added in v1.6.0

func NewFabricChaincodeLister(indexer cache.Indexer) FabricChaincodeLister

NewFabricChaincodeLister returns a new FabricChaincodeLister.

type FabricChaincodeListerExpansion added in v1.6.0

type FabricChaincodeListerExpansion interface{}

FabricChaincodeListerExpansion allows custom methods to be added to FabricChaincodeLister.

type FabricChaincodeNamespaceLister added in v1.6.0

type FabricChaincodeNamespaceLister interface {
	// List lists all FabricChaincodes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricChaincode, err error)
	// Get retrieves the FabricChaincode from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricChaincode, error)
	FabricChaincodeNamespaceListerExpansion
}

FabricChaincodeNamespaceLister helps list and get FabricChaincodes. All objects returned here must be treated as read-only.

type FabricChaincodeNamespaceListerExpansion added in v1.6.0

type FabricChaincodeNamespaceListerExpansion interface{}

FabricChaincodeNamespaceListerExpansion allows custom methods to be added to FabricChaincodeNamespaceLister.

type FabricExplorerLister added in v1.5.0

type FabricExplorerLister interface {
	// List lists all FabricExplorers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricExplorer, err error)
	// FabricExplorers returns an object that can list and get FabricExplorers.
	FabricExplorers(namespace string) FabricExplorerNamespaceLister
	FabricExplorerListerExpansion
}

FabricExplorerLister helps list FabricExplorers. All objects returned here must be treated as read-only.

func NewFabricExplorerLister added in v1.5.0

func NewFabricExplorerLister(indexer cache.Indexer) FabricExplorerLister

NewFabricExplorerLister returns a new FabricExplorerLister.

type FabricExplorerListerExpansion added in v1.5.0

type FabricExplorerListerExpansion interface{}

FabricExplorerListerExpansion allows custom methods to be added to FabricExplorerLister.

type FabricExplorerNamespaceLister added in v1.5.0

type FabricExplorerNamespaceLister interface {
	// List lists all FabricExplorers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricExplorer, err error)
	// Get retrieves the FabricExplorer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricExplorer, error)
	FabricExplorerNamespaceListerExpansion
}

FabricExplorerNamespaceLister helps list and get FabricExplorers. All objects returned here must be treated as read-only.

type FabricExplorerNamespaceListerExpansion added in v1.5.0

type FabricExplorerNamespaceListerExpansion interface{}

FabricExplorerNamespaceListerExpansion allows custom methods to be added to FabricExplorerNamespaceLister.

type FabricFollowerChannelLister added in v1.8.0

type FabricFollowerChannelLister interface {
	// List lists all FabricFollowerChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricFollowerChannel, err error)
	// Get retrieves the FabricFollowerChannel from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricFollowerChannel, error)
	FabricFollowerChannelListerExpansion
}

FabricFollowerChannelLister helps list FabricFollowerChannels. All objects returned here must be treated as read-only.

func NewFabricFollowerChannelLister added in v1.8.0

func NewFabricFollowerChannelLister(indexer cache.Indexer) FabricFollowerChannelLister

NewFabricFollowerChannelLister returns a new FabricFollowerChannelLister.

type FabricFollowerChannelListerExpansion added in v1.8.0

type FabricFollowerChannelListerExpansion interface{}

FabricFollowerChannelListerExpansion allows custom methods to be added to FabricFollowerChannelLister.

type FabricIdentityLister added in v1.9.0

type FabricIdentityLister interface {
	// List lists all FabricIdentities in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricIdentity, err error)
	// FabricIdentities returns an object that can list and get FabricIdentities.
	FabricIdentities(namespace string) FabricIdentityNamespaceLister
	FabricIdentityListerExpansion
}

FabricIdentityLister helps list FabricIdentities. All objects returned here must be treated as read-only.

func NewFabricIdentityLister added in v1.9.0

func NewFabricIdentityLister(indexer cache.Indexer) FabricIdentityLister

NewFabricIdentityLister returns a new FabricIdentityLister.

type FabricIdentityListerExpansion added in v1.9.0

type FabricIdentityListerExpansion interface{}

FabricIdentityListerExpansion allows custom methods to be added to FabricIdentityLister.

type FabricIdentityNamespaceLister added in v1.9.0

type FabricIdentityNamespaceLister interface {
	// List lists all FabricIdentities in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricIdentity, err error)
	// Get retrieves the FabricIdentity from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricIdentity, error)
	FabricIdentityNamespaceListerExpansion
}

FabricIdentityNamespaceLister helps list and get FabricIdentities. All objects returned here must be treated as read-only.

type FabricIdentityNamespaceListerExpansion added in v1.9.0

type FabricIdentityNamespaceListerExpansion interface{}

FabricIdentityNamespaceListerExpansion allows custom methods to be added to FabricIdentityNamespaceLister.

type FabricMainChannelLister added in v1.8.0

type FabricMainChannelLister interface {
	// List lists all FabricMainChannels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricMainChannel, err error)
	// Get retrieves the FabricMainChannel from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricMainChannel, error)
	FabricMainChannelListerExpansion
}

FabricMainChannelLister helps list FabricMainChannels. All objects returned here must be treated as read-only.

func NewFabricMainChannelLister added in v1.8.0

func NewFabricMainChannelLister(indexer cache.Indexer) FabricMainChannelLister

NewFabricMainChannelLister returns a new FabricMainChannelLister.

type FabricMainChannelListerExpansion added in v1.8.0

type FabricMainChannelListerExpansion interface{}

FabricMainChannelListerExpansion allows custom methods to be added to FabricMainChannelLister.

type FabricNetworkConfigLister added in v1.5.0

type FabricNetworkConfigLister interface {
	// List lists all FabricNetworkConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricNetworkConfig, err error)
	// FabricNetworkConfigs returns an object that can list and get FabricNetworkConfigs.
	FabricNetworkConfigs(namespace string) FabricNetworkConfigNamespaceLister
	FabricNetworkConfigListerExpansion
}

FabricNetworkConfigLister helps list FabricNetworkConfigs. All objects returned here must be treated as read-only.

func NewFabricNetworkConfigLister added in v1.5.0

func NewFabricNetworkConfigLister(indexer cache.Indexer) FabricNetworkConfigLister

NewFabricNetworkConfigLister returns a new FabricNetworkConfigLister.

type FabricNetworkConfigListerExpansion added in v1.5.0

type FabricNetworkConfigListerExpansion interface{}

FabricNetworkConfigListerExpansion allows custom methods to be added to FabricNetworkConfigLister.

type FabricNetworkConfigNamespaceLister added in v1.5.0

type FabricNetworkConfigNamespaceLister interface {
	// List lists all FabricNetworkConfigs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricNetworkConfig, err error)
	// Get retrieves the FabricNetworkConfig from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricNetworkConfig, error)
	FabricNetworkConfigNamespaceListerExpansion
}

FabricNetworkConfigNamespaceLister helps list and get FabricNetworkConfigs. All objects returned here must be treated as read-only.

type FabricNetworkConfigNamespaceListerExpansion added in v1.5.0

type FabricNetworkConfigNamespaceListerExpansion interface{}

FabricNetworkConfigNamespaceListerExpansion allows custom methods to be added to FabricNetworkConfigNamespaceLister.

type FabricOperationsConsoleLister added in v1.7.0

type FabricOperationsConsoleLister interface {
	// List lists all FabricOperationsConsoles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOperationsConsole, err error)
	// FabricOperationsConsoles returns an object that can list and get FabricOperationsConsoles.
	FabricOperationsConsoles(namespace string) FabricOperationsConsoleNamespaceLister
	FabricOperationsConsoleListerExpansion
}

FabricOperationsConsoleLister helps list FabricOperationsConsoles. All objects returned here must be treated as read-only.

func NewFabricOperationsConsoleLister added in v1.7.0

func NewFabricOperationsConsoleLister(indexer cache.Indexer) FabricOperationsConsoleLister

NewFabricOperationsConsoleLister returns a new FabricOperationsConsoleLister.

type FabricOperationsConsoleListerExpansion added in v1.7.0

type FabricOperationsConsoleListerExpansion interface{}

FabricOperationsConsoleListerExpansion allows custom methods to be added to FabricOperationsConsoleLister.

type FabricOperationsConsoleNamespaceLister added in v1.7.0

type FabricOperationsConsoleNamespaceLister interface {
	// List lists all FabricOperationsConsoles in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOperationsConsole, err error)
	// Get retrieves the FabricOperationsConsole from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricOperationsConsole, error)
	FabricOperationsConsoleNamespaceListerExpansion
}

FabricOperationsConsoleNamespaceLister helps list and get FabricOperationsConsoles. All objects returned here must be treated as read-only.

type FabricOperationsConsoleNamespaceListerExpansion added in v1.7.0

type FabricOperationsConsoleNamespaceListerExpansion interface{}

FabricOperationsConsoleNamespaceListerExpansion allows custom methods to be added to FabricOperationsConsoleNamespaceLister.

type FabricOperatorAPILister added in v1.7.0

type FabricOperatorAPILister interface {
	// List lists all FabricOperatorAPIs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOperatorAPI, err error)
	// FabricOperatorAPIs returns an object that can list and get FabricOperatorAPIs.
	FabricOperatorAPIs(namespace string) FabricOperatorAPINamespaceLister
	FabricOperatorAPIListerExpansion
}

FabricOperatorAPILister helps list FabricOperatorAPIs. All objects returned here must be treated as read-only.

func NewFabricOperatorAPILister added in v1.7.0

func NewFabricOperatorAPILister(indexer cache.Indexer) FabricOperatorAPILister

NewFabricOperatorAPILister returns a new FabricOperatorAPILister.

type FabricOperatorAPIListerExpansion added in v1.7.0

type FabricOperatorAPIListerExpansion interface{}

FabricOperatorAPIListerExpansion allows custom methods to be added to FabricOperatorAPILister.

type FabricOperatorAPINamespaceLister added in v1.7.0

type FabricOperatorAPINamespaceLister interface {
	// List lists all FabricOperatorAPIs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOperatorAPI, err error)
	// Get retrieves the FabricOperatorAPI from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricOperatorAPI, error)
	FabricOperatorAPINamespaceListerExpansion
}

FabricOperatorAPINamespaceLister helps list and get FabricOperatorAPIs. All objects returned here must be treated as read-only.

type FabricOperatorAPINamespaceListerExpansion added in v1.7.0

type FabricOperatorAPINamespaceListerExpansion interface{}

FabricOperatorAPINamespaceListerExpansion allows custom methods to be added to FabricOperatorAPINamespaceLister.

type FabricOperatorUILister added in v1.7.0

type FabricOperatorUILister interface {
	// List lists all FabricOperatorUIs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOperatorUI, err error)
	// FabricOperatorUIs returns an object that can list and get FabricOperatorUIs.
	FabricOperatorUIs(namespace string) FabricOperatorUINamespaceLister
	FabricOperatorUIListerExpansion
}

FabricOperatorUILister helps list FabricOperatorUIs. All objects returned here must be treated as read-only.

func NewFabricOperatorUILister added in v1.7.0

func NewFabricOperatorUILister(indexer cache.Indexer) FabricOperatorUILister

NewFabricOperatorUILister returns a new FabricOperatorUILister.

type FabricOperatorUIListerExpansion added in v1.7.0

type FabricOperatorUIListerExpansion interface{}

FabricOperatorUIListerExpansion allows custom methods to be added to FabricOperatorUILister.

type FabricOperatorUINamespaceLister added in v1.7.0

type FabricOperatorUINamespaceLister interface {
	// List lists all FabricOperatorUIs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOperatorUI, err error)
	// Get retrieves the FabricOperatorUI from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricOperatorUI, error)
	FabricOperatorUINamespaceListerExpansion
}

FabricOperatorUINamespaceLister helps list and get FabricOperatorUIs. All objects returned here must be treated as read-only.

type FabricOperatorUINamespaceListerExpansion added in v1.7.0

type FabricOperatorUINamespaceListerExpansion interface{}

FabricOperatorUINamespaceListerExpansion allows custom methods to be added to FabricOperatorUINamespaceLister.

type FabricOrdererNodeLister

type FabricOrdererNodeLister interface {
	// List lists all FabricOrdererNodes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOrdererNode, err error)
	// FabricOrdererNodes returns an object that can list and get FabricOrdererNodes.
	FabricOrdererNodes(namespace string) FabricOrdererNodeNamespaceLister
	FabricOrdererNodeListerExpansion
}

FabricOrdererNodeLister helps list FabricOrdererNodes. All objects returned here must be treated as read-only.

func NewFabricOrdererNodeLister

func NewFabricOrdererNodeLister(indexer cache.Indexer) FabricOrdererNodeLister

NewFabricOrdererNodeLister returns a new FabricOrdererNodeLister.

type FabricOrdererNodeListerExpansion

type FabricOrdererNodeListerExpansion interface{}

FabricOrdererNodeListerExpansion allows custom methods to be added to FabricOrdererNodeLister.

type FabricOrdererNodeNamespaceLister

type FabricOrdererNodeNamespaceLister interface {
	// List lists all FabricOrdererNodes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOrdererNode, err error)
	// Get retrieves the FabricOrdererNode from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricOrdererNode, error)
	FabricOrdererNodeNamespaceListerExpansion
}

FabricOrdererNodeNamespaceLister helps list and get FabricOrdererNodes. All objects returned here must be treated as read-only.

type FabricOrdererNodeNamespaceListerExpansion

type FabricOrdererNodeNamespaceListerExpansion interface{}

FabricOrdererNodeNamespaceListerExpansion allows custom methods to be added to FabricOrdererNodeNamespaceLister.

type FabricOrderingServiceLister

type FabricOrderingServiceLister interface {
	// List lists all FabricOrderingServices in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOrderingService, err error)
	// FabricOrderingServices returns an object that can list and get FabricOrderingServices.
	FabricOrderingServices(namespace string) FabricOrderingServiceNamespaceLister
	FabricOrderingServiceListerExpansion
}

FabricOrderingServiceLister helps list FabricOrderingServices. All objects returned here must be treated as read-only.

func NewFabricOrderingServiceLister

func NewFabricOrderingServiceLister(indexer cache.Indexer) FabricOrderingServiceLister

NewFabricOrderingServiceLister returns a new FabricOrderingServiceLister.

type FabricOrderingServiceListerExpansion

type FabricOrderingServiceListerExpansion interface{}

FabricOrderingServiceListerExpansion allows custom methods to be added to FabricOrderingServiceLister.

type FabricOrderingServiceNamespaceLister

type FabricOrderingServiceNamespaceLister interface {
	// List lists all FabricOrderingServices in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricOrderingService, err error)
	// Get retrieves the FabricOrderingService from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricOrderingService, error)
	FabricOrderingServiceNamespaceListerExpansion
}

FabricOrderingServiceNamespaceLister helps list and get FabricOrderingServices. All objects returned here must be treated as read-only.

type FabricOrderingServiceNamespaceListerExpansion

type FabricOrderingServiceNamespaceListerExpansion interface{}

FabricOrderingServiceNamespaceListerExpansion allows custom methods to be added to FabricOrderingServiceNamespaceLister.

type FabricPeerLister

type FabricPeerLister interface {
	// List lists all FabricPeers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricPeer, err error)
	// FabricPeers returns an object that can list and get FabricPeers.
	FabricPeers(namespace string) FabricPeerNamespaceLister
	FabricPeerListerExpansion
}

FabricPeerLister helps list FabricPeers. All objects returned here must be treated as read-only.

func NewFabricPeerLister

func NewFabricPeerLister(indexer cache.Indexer) FabricPeerLister

NewFabricPeerLister returns a new FabricPeerLister.

type FabricPeerListerExpansion

type FabricPeerListerExpansion interface{}

FabricPeerListerExpansion allows custom methods to be added to FabricPeerLister.

type FabricPeerNamespaceLister

type FabricPeerNamespaceLister interface {
	// List lists all FabricPeers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.FabricPeer, err error)
	// Get retrieves the FabricPeer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.FabricPeer, error)
	FabricPeerNamespaceListerExpansion
}

FabricPeerNamespaceLister helps list and get FabricPeers. All objects returned here must be treated as read-only.

type FabricPeerNamespaceListerExpansion

type FabricPeerNamespaceListerExpansion interface{}

FabricPeerNamespaceListerExpansion allows custom methods to be added to FabricPeerNamespaceLister.

Jump to

Keyboard shortcuts

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