v1alpha1

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2021 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 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