Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct {
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"`
HostPorts bool `desc:"whether to use hostPorts to expose service mesh gateway"`
IPAddress []string `desc:"Manually specify IP addresses to generate rdns domain"`
ServiceCidr string `desc:"Manually specify service CIDR for service mesh to intercept"`
}
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.