Documentation ¶
Index ¶
- type CA
- type NetworkConfigResponse
- func GenerateNetworkConfig(channel *hlfv1alpha1.FabricMainChannel, kubeClientset *kubernetes.Clientset, ...) (*NetworkConfigResponse, error)
- func GenerateNetworkConfigForChaincodeApprove(chInstall *hlfv1alpha1.FabricChaincodeApprove, ...) (*NetworkConfigResponse, error)
- func GenerateNetworkConfigForChaincodeCommit(chCommit *hlfv1alpha1.FabricChaincodeCommit, ...) (*NetworkConfigResponse, error)
- func GenerateNetworkConfigForChaincodeInstall(chInstall *hlfv1alpha1.FabricChaincodeInstall, ...) (*NetworkConfigResponse, error)
- func GenerateNetworkConfigForFollower(chInstall *hlfv1alpha1.FabricFollowerChannel, ...) (*NetworkConfigResponse, error)
- type Orderer
- type Org
- type Organization
- type Peer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkConfigResponse ¶
type NetworkConfigResponse struct {
NetworkConfig string
}
func GenerateNetworkConfig ¶
func GenerateNetworkConfig(channel *hlfv1alpha1.FabricMainChannel, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
func GenerateNetworkConfigForChaincodeApprove ¶ added in v1.11.0
func GenerateNetworkConfigForChaincodeApprove(chInstall *hlfv1alpha1.FabricChaincodeApprove, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
func GenerateNetworkConfigForChaincodeCommit ¶ added in v1.11.0
func GenerateNetworkConfigForChaincodeCommit(chCommit *hlfv1alpha1.FabricChaincodeCommit, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
func GenerateNetworkConfigForChaincodeInstall ¶ added in v1.11.0
func GenerateNetworkConfigForChaincodeInstall(chInstall *hlfv1alpha1.FabricChaincodeInstall, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
func GenerateNetworkConfigForFollower ¶
func GenerateNetworkConfigForFollower(chInstall *hlfv1alpha1.FabricFollowerChannel, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
type Organization ¶
type Organization struct { Type helpers.OrganizationType MspID string OrdererNodes []*helpers.ClusterOrdererNode Peers []*helpers.ClusterPeer CertAuths []*helpers.ClusterCA }
Click to show internal directories.
Click to hide internal directories.