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: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FabricCAExpansion

type FabricCAExpansion interface{}

type FabricCAInterface

type FabricCAInterface interface {
	Create(ctx context.Context, fabricCA *v1alpha1.FabricCA, opts v1.CreateOptions) (*v1alpha1.FabricCA, error)
	Update(ctx context.Context, fabricCA *v1alpha1.FabricCA, opts v1.UpdateOptions) (*v1alpha1.FabricCA, error)
	UpdateStatus(ctx context.Context, fabricCA *v1alpha1.FabricCA, opts v1.UpdateOptions) (*v1alpha1.FabricCA, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricCA, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricCAList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricCA, err error)
	FabricCAExpansion
}

FabricCAInterface has methods to work with FabricCA resources.

type FabricCAsGetter

type FabricCAsGetter interface {
	FabricCAs(namespace string) FabricCAInterface
}

FabricCAsGetter has a method to return a FabricCAInterface. A group's client should implement this interface.

type FabricChaincodeExpansion added in v1.6.0

type FabricChaincodeExpansion interface{}

type FabricChaincodeInterface added in v1.6.0

type FabricChaincodeInterface interface {
	Create(ctx context.Context, fabricChaincode *v1alpha1.FabricChaincode, opts v1.CreateOptions) (*v1alpha1.FabricChaincode, error)
	Update(ctx context.Context, fabricChaincode *v1alpha1.FabricChaincode, opts v1.UpdateOptions) (*v1alpha1.FabricChaincode, error)
	UpdateStatus(ctx context.Context, fabricChaincode *v1alpha1.FabricChaincode, opts v1.UpdateOptions) (*v1alpha1.FabricChaincode, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricChaincode, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricChaincodeList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricChaincode, err error)
	FabricChaincodeExpansion
}

FabricChaincodeInterface has methods to work with FabricChaincode resources.

type FabricChaincodesGetter added in v1.6.0

type FabricChaincodesGetter interface {
	FabricChaincodes(namespace string) FabricChaincodeInterface
}

FabricChaincodesGetter has a method to return a FabricChaincodeInterface. A group's client should implement this interface.

type FabricExplorerExpansion added in v1.5.0

type FabricExplorerExpansion interface{}

type FabricExplorerInterface added in v1.5.0

type FabricExplorerInterface interface {
	Create(ctx context.Context, fabricExplorer *v1alpha1.FabricExplorer, opts v1.CreateOptions) (*v1alpha1.FabricExplorer, error)
	Update(ctx context.Context, fabricExplorer *v1alpha1.FabricExplorer, opts v1.UpdateOptions) (*v1alpha1.FabricExplorer, error)
	UpdateStatus(ctx context.Context, fabricExplorer *v1alpha1.FabricExplorer, opts v1.UpdateOptions) (*v1alpha1.FabricExplorer, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricExplorer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricExplorerList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricExplorer, err error)
	FabricExplorerExpansion
}

FabricExplorerInterface has methods to work with FabricExplorer resources.

type FabricExplorersGetter added in v1.5.0

type FabricExplorersGetter interface {
	FabricExplorers(namespace string) FabricExplorerInterface
}

FabricExplorersGetter has a method to return a FabricExplorerInterface. A group's client should implement this interface.

type FabricNetworkConfigExpansion added in v1.5.0

type FabricNetworkConfigExpansion interface{}

type FabricNetworkConfigInterface added in v1.5.0

type FabricNetworkConfigInterface interface {
	Create(ctx context.Context, fabricNetworkConfig *v1alpha1.FabricNetworkConfig, opts v1.CreateOptions) (*v1alpha1.FabricNetworkConfig, error)
	Update(ctx context.Context, fabricNetworkConfig *v1alpha1.FabricNetworkConfig, opts v1.UpdateOptions) (*v1alpha1.FabricNetworkConfig, error)
	UpdateStatus(ctx context.Context, fabricNetworkConfig *v1alpha1.FabricNetworkConfig, opts v1.UpdateOptions) (*v1alpha1.FabricNetworkConfig, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricNetworkConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricNetworkConfigList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricNetworkConfig, err error)
	FabricNetworkConfigExpansion
}

FabricNetworkConfigInterface has methods to work with FabricNetworkConfig resources.

type FabricNetworkConfigsGetter added in v1.5.0

type FabricNetworkConfigsGetter interface {
	FabricNetworkConfigs(namespace string) FabricNetworkConfigInterface
}

FabricNetworkConfigsGetter has a method to return a FabricNetworkConfigInterface. A group's client should implement this interface.

type FabricOrdererNodeExpansion

type FabricOrdererNodeExpansion interface{}

type FabricOrdererNodeInterface

type FabricOrdererNodeInterface interface {
	Create(ctx context.Context, fabricOrdererNode *v1alpha1.FabricOrdererNode, opts v1.CreateOptions) (*v1alpha1.FabricOrdererNode, error)
	Update(ctx context.Context, fabricOrdererNode *v1alpha1.FabricOrdererNode, opts v1.UpdateOptions) (*v1alpha1.FabricOrdererNode, error)
	UpdateStatus(ctx context.Context, fabricOrdererNode *v1alpha1.FabricOrdererNode, opts v1.UpdateOptions) (*v1alpha1.FabricOrdererNode, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricOrdererNode, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricOrdererNodeList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricOrdererNode, err error)
	FabricOrdererNodeExpansion
}

FabricOrdererNodeInterface has methods to work with FabricOrdererNode resources.

type FabricOrdererNodesGetter

type FabricOrdererNodesGetter interface {
	FabricOrdererNodes(namespace string) FabricOrdererNodeInterface
}

FabricOrdererNodesGetter has a method to return a FabricOrdererNodeInterface. A group's client should implement this interface.

type FabricOrderingServiceExpansion

type FabricOrderingServiceExpansion interface{}

type FabricOrderingServiceInterface

type FabricOrderingServiceInterface interface {
	Create(ctx context.Context, fabricOrderingService *v1alpha1.FabricOrderingService, opts v1.CreateOptions) (*v1alpha1.FabricOrderingService, error)
	Update(ctx context.Context, fabricOrderingService *v1alpha1.FabricOrderingService, opts v1.UpdateOptions) (*v1alpha1.FabricOrderingService, error)
	UpdateStatus(ctx context.Context, fabricOrderingService *v1alpha1.FabricOrderingService, opts v1.UpdateOptions) (*v1alpha1.FabricOrderingService, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricOrderingService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricOrderingServiceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricOrderingService, err error)
	FabricOrderingServiceExpansion
}

FabricOrderingServiceInterface has methods to work with FabricOrderingService resources.

type FabricOrderingServicesGetter

type FabricOrderingServicesGetter interface {
	FabricOrderingServices(namespace string) FabricOrderingServiceInterface
}

FabricOrderingServicesGetter has a method to return a FabricOrderingServiceInterface. A group's client should implement this interface.

type FabricPeerExpansion

type FabricPeerExpansion interface{}

type FabricPeerInterface

type FabricPeerInterface interface {
	Create(ctx context.Context, fabricPeer *v1alpha1.FabricPeer, opts v1.CreateOptions) (*v1alpha1.FabricPeer, error)
	Update(ctx context.Context, fabricPeer *v1alpha1.FabricPeer, opts v1.UpdateOptions) (*v1alpha1.FabricPeer, error)
	UpdateStatus(ctx context.Context, fabricPeer *v1alpha1.FabricPeer, opts v1.UpdateOptions) (*v1alpha1.FabricPeer, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FabricPeer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FabricPeerList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FabricPeer, err error)
	FabricPeerExpansion
}

FabricPeerInterface has methods to work with FabricPeer resources.

type FabricPeersGetter

type FabricPeersGetter interface {
	FabricPeers(namespace string) FabricPeerInterface
}

FabricPeersGetter has a method to return a FabricPeerInterface. A group's client should implement this interface.

type HlfV1alpha1Client

type HlfV1alpha1Client struct {
	// contains filtered or unexported fields
}

HlfV1alpha1Client is used to interact with features provided by the hlf.kungfusoftware.es group.

func New

New creates a new HlfV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*HlfV1alpha1Client, error)

NewForConfig creates a new HlfV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *HlfV1alpha1Client

NewForConfigOrDie creates a new HlfV1alpha1Client for the given config and panics if there is an error in the config.

func (*HlfV1alpha1Client) FabricCAs

func (c *HlfV1alpha1Client) FabricCAs(namespace string) FabricCAInterface

func (*HlfV1alpha1Client) FabricChaincodes added in v1.6.0

func (c *HlfV1alpha1Client) FabricChaincodes(namespace string) FabricChaincodeInterface

func (*HlfV1alpha1Client) FabricExplorers added in v1.5.0

func (c *HlfV1alpha1Client) FabricExplorers(namespace string) FabricExplorerInterface

func (*HlfV1alpha1Client) FabricNetworkConfigs added in v1.5.0

func (c *HlfV1alpha1Client) FabricNetworkConfigs(namespace string) FabricNetworkConfigInterface

func (*HlfV1alpha1Client) FabricOrdererNodes

func (c *HlfV1alpha1Client) FabricOrdererNodes(namespace string) FabricOrdererNodeInterface

func (*HlfV1alpha1Client) FabricOrderingServices

func (c *HlfV1alpha1Client) FabricOrderingServices(namespace string) FabricOrderingServiceInterface

func (*HlfV1alpha1Client) FabricPeers

func (c *HlfV1alpha1Client) FabricPeers(namespace string) FabricPeerInterface

func (*HlfV1alpha1Client) RESTClient

func (c *HlfV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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