v1alpha1

package
v1.6.0-beta9 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2022 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 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 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