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"` }
func (*Install) Run ¶
func (i *Install) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.