Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
P_HttpsListenPort int `desc:"HTTPS listen port" default:"7443"`
L_HttpListenPort int `desc:"HTTP listen port" default:"7080"`
D_DataDir string `desc:"Folder to hold state default /var/lib/rancher/rio or ${HOME}/.rancher/rio if not root"`
DisableControllers bool `desc:"Don't run controllers (only useful for rio development)"`
DisableAgent bool `desc:"Do not run a local agent and register this server"`
Log string `desc:"Log to file"`
}
Source Files
¶
- server.go
- server_none.go
Click to show internal directories.
Click to hide internal directories.