Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertAttrs ¶ added in v1.7.0
ConvertAttrs converts attribute string into an Attribute object array
Types ¶
type EnrollOptions ¶
type EnrollOptions struct {
Name string
NS string
User string
Secret string
Type string
MspID string
CAName string
Profile string
Hosts []string
CN string
WalletPath string
WalletUser string
Attributes string
CAURL string
}
func (EnrollOptions) Validate ¶
func (o EnrollOptions) Validate() error
type Options ¶
type Options struct {
Name string
StorageClass string
Capacity string
NS string
Image string
Version string
EnrollID string
EnrollSecret string
Output bool
IngressGateway string
IngressPort int
Hosts []string
GatewayApiPort int
GatewayApiName string
GatewayApiNamespace string
GatewayApiHosts []string
DBType string
DBDataSource string
ImagePullSecrets []string
}
Click to show internal directories.
Click to hide internal directories.