server

package
v0.0.4-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

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"`
	ProfilePort        int    `desc:"Profiling port, 0 disables profiling" default:"6060"`
	Log                string `desc:"Log to file"`
	agent.AgentShared
}

func (*Server) Customize

func (s *Server) Customize(command *cli.Command)

func (*Server) Run

func (s *Server) Run(app *cli.Context) error

Source Files

  • server.go
  • server_none.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL