 Documentation
      ¶
      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
	CredentialStore     string
}
    type RegisterOptions ¶
type RegisterOptions struct {
	Name         string
	NS           string
	User         string
	Secret       string
	Type         string
	MspID        string
	EnrollID     string
	EnrollSecret string
	Attributes   string
	CAURL        string
}
    func (RegisterOptions) Validate ¶
func (o RegisterOptions) Validate() error
type RevokeOptions ¶ added in v1.11.0
type RevokeOptions struct {
	Name         string
	NS           string
	MspID        string
	EnrollID     string
	EnrollSecret string
	CAURL        string
	RevName   string
	RevSerial string
	RevAKI    string
	RevReason string
	RevCAName string
	RevGenCRL bool
}
    func (RevokeOptions) Validate ¶ added in v1.11.0
func (o RevokeOptions) Validate() error
 Click to show internal directories. 
   Click to hide internal directories.