gui_server

package
v1.5.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GuiConfig

type GuiConfig struct {
	ApiUrl      string
	Environment string
}

Not yet exposed via YAML and env vars on purpose. All of those are autoconfigured

type GuiServerConfig

type GuiServerConfig struct {
	// URL of the Api Server that requests with /api prefix will be redirected to. By default autoconfigured to http://locahost:port_of_api_server
	ApiServerUrl string `yaml:"apiServerUrl" envconfig:"kuma_gui_server_api_server_url"`
}

Web GUI Server configuration

func DefaultGuiServerConfig

func DefaultGuiServerConfig() *GuiServerConfig

func (*GuiServerConfig) Sanitize

func (g *GuiServerConfig) Sanitize()

func (*GuiServerConfig) Validate

func (g *GuiServerConfig) Validate() error

Jump to

Keyboard shortcuts

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