Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct {
Debug bool `desc:"enable debug mode"`
Namespace string `desc:"namespace to install system resources" default:"rio-system"`
HTTPPort string `desc:"http port service mesh gateway will listen to" default:"9080"`
HTTPSPort string `desc:"https port service mesh gateway will listen to" default:"9443"`
HostPort bool `desc:"whether to use hostPort to export servicemesh gateway"`
}
func (*Install) Run ¶
func (i *Install) Run(ctx *clicontext.CLIContext) error
Source Files
¶
- install.go
Click to show internal directories.
Click to hide internal directories.