 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
	Name                            string
	StorageClass                    string
	PeerCapacity                    string
	DbCapacity                      string
	ChaincodeCapacity               string
	NS                              string
	Image                           string
	Version                         string
	MspID                           string
	StateDB                         string
	IngressGateway                  string
	IngressPort                     int
	EnrollPW                        string
	CAName                          string
	EnrollID                        string
	Hosts                           []string
	GatewayApiName                  string
	GatewayApiNamespace             string
	GatewayApiPort                  int
	GatewayApiHosts                 []string
	HostAliases                     []string
	BootstrapPeers                  []string
	Leader                          bool
	Output                          bool
	KubernetesBuilder               bool
	ExternalChaincodeServiceBuilder bool
	CouchDBImage                    string
	CouchDBTag                      string
	CouchDBPassword                 string
	CAPort                          int
	CAHost                          string
	ImagePullSecrets                []string
	Env                             []string
	CredentialStore                 string
	VaultAddress                 string
	VaultTokenSecretName         string
	VaultTokenSecretNamespace    string
	VaultTokenSecretKey          string
	VaultPKIPath                 string
	VaultRole                    string
	VaultTTL                     string
	TLSVaultAddress              string
	TLSVaultTokenSecretName      string
	TLSVaultTokenSecretNamespace string
	TLSVaultTokenSecretKey       string
	TLSVaultPKIPath              string
	TLSVaultRole                 string
	TLSVaultTTL                  string
}
     Click to show internal directories. 
   Click to hide internal directories.